This is my blog made by Next.js 🚀
git clone https://github.com/reona5/dev.git
cd dev
pnpm install
pnpm dev
Here are some useful commands you can use to work with this project:
Command | Action |
---|---|
pnpm install |
Installs dependencies |
pnpm dev |
Starts local dev server at localhost:3000 |
pnpm build |
Build your production site |
pnpm preview |
Preview your build locally, before deploying |
pnpm lint |
Run lint tool |
pnpm create:post |
Create a new mdx file under app/content/posts/ |
This project is licensed under the MIT license.