This is the second iteration of my website with new design and blog included.
pages/api/*
- API Routes for the post views.data/blogs/*
- Static blogs powered by MDX./pages/*
- Other Static Pages
- Clone the repo
git clone https://github.com/PiyushPawar17/website.git
cd website
- Install dependencies
yarn
- Run dev server
yarn dev
Create a .env.local
file at the root similar to .env.example