Blog in Next.js
Blog built on next.js, tailwind, typescript and contentlayer! 
Live here!.
This is the latest version.
The old version is here
- Clone Repo
 
cd ~/Dev
mkdir ~/Dev/blog -p
cd ~/Dev/blog
git clone hhttps://github.com/Arvind-4/blog-frontend.git .- Install Dependencies
 
pnpm install- Make a 
.env 
cp .env.sample .env- Run dev server
 
pnpm dev