This is the Next.js template.
Create a new repository from this template. Install packages and you are good to go.
pnpm install
pnpm dev
Happy hacking!
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.