-
Using bash or other terminal
git clone https://github.com/tapeds/next-template.git
-
By clicking use this template
It is encouraged to use pnpm so the husky hooks can work properly.
pnpm install
You can start the server using this command:
pnpm dev
Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying src/app/page.tsx
.
You can find the settings you need to change by searching !CHANGETHIS and follow the instruction. You also need to change the name in package.json
file.
This template uses the conventional commit specification for better readability and clarity. It is mandatory to use conventional commit messages. Read more about conventional commits here.