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