A blog📃 application with all CRUD funtionality🚀 along with markdown support🛠️ & offers mathKatex🔢 equations📐 Support, automated generated TOC.📑
- I love to explore 🤓 new techStacks ❤️ & always thought of building a blog with dynamic fuctionality like
IncrementalStaticRegenrations
. - NEXT JS 🖤 provide this feature 🎉 out of the box.
- I have build a dashboard📺 with google authentications🔐 for CRUD application.
- Implemented tags🏷️ & category sections for more fine search🔍.
- BACKEND🤖 is also designed using NODE.JS supporting GraphQL API interface ⚛️.
- Installing pnpm
npm install -g pnpm
- Installing pnpm dependencies
pnpm install
- Run in Development Mode
pnpm run dev
- Run in Production Mode
pnpm run build
pnpm run start