- Framework: Next.js
- Styling: TailwindCSS
- Deployment: Vercel
- Handling MDX: contentlayer
- Inatall dependencies
git clone https://github.com/omins/blog.git
cd blog
pnpm install
pnpm dev
# or
yarn
yarn dev
# or
npm install
npm dev
-
Create a
.env
file and fill it like.env.example
-
Open http://localhost:3000 with your browser to see the result.
I refer how to setup project from this template