Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 469 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 469 Bytes

Next.js template

This is the Next.js template.

Quick start

Create a new repository from this template. Install packages and you are good to go.

pnpm install
pnpm dev

Happy hacking!

Advanced

Keep up to date with the template

git remote add template https://github.com/qqpann/nextjs-template.git
git fetch --all
git merge template/main

When you make changes, you may need to use --allow-unrelated-histories option when merging.