The blog has been moved to my personal website. Check the repo here. This repo can be used for reference.
This is the second iteration of my blog with new design.
pages/api/*
- API Routes for the post views.data/blogs/*
- Static blogs powered by MDX./pages/*
- Static Pages
- Clone the repo
git clone https://github.com/PiyushPawar17/developing-mind.git
cd developing-mind
- Install dependencies
yarn
- Run dev server
yarn dev
Create a .env.local
file at the root similar to .env.example