omin.dev
- Framework: Next.js
- Styling: TailwindCSS
- Deployment: Vercel
- Handling MDX: contentlayer
Running locally
git clone https://github.com/omins/blog.git
cd blog
pnpm install
pnpm dev
Create a .env
file similar to .env.example
I refer how to setup project from this template