Getting started yarn install or npm install or pnpm install to install dependency yarn dev for starting in dev mode yarn build for building production yarn start for starting form production build base url: https://localhost:3000 TODO Chat GPT add chat GPT to the rich text editor Create add all the fields to create a blog add validation to the creation form of blog take user to the update blog page Update add delete functionality on successful deletion send user to myb-logs properly update deeply nested elements of blogs New Feature add like, and comment counter add shareable link and counter add comment's Comments coming soon using the app / - 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