yarn install or npm install or pnpm installto install dependencyyarn devfor starting in dev modeyarn buildfor building productionyarn startfor starting form production build
- base url:
https://localhost:3000
- add chat GPT to the rich text editor
- add all the fields to create a blog
- add validation to the creation form of blog
- take user to the update blog page
- add delete functionality
- on successful deletion send user to myb-logs
- properly update deeply nested elements of blogs
- add like, and comment counter
- add shareable link and counter
- add comment's
- coming soon
/- home/blog- list of published blogs/blog/my-blog- user blogs/blog/edit- edit from my-blog list/blog/create- create new blog (must be logged in)/api/auth/signin- authentication flow (only github works)/api/auth/signout- logout