Next.js framework starter repository 🐢
Environments | Languages | Linters | Frameworks | Libraries | Testing | CI/CD |
---|---|---|---|---|---|---|
node = ">=22"
pnpm = ">=10"
Tip
See .prototools
for more details.
Tip
See .env.example
for more details.
pnpm i
Important
After the initial installation (if the format-on-save feature is not working), restart VS Code (IDE).
Note
In the future, I want to migrate the Linter and Formatter from ESLint and Prettier configurations to Biome. However, I need to check compatibility by comparing the configuration options.
pnpm dev
pnpm lint
pnpm format
pnpm check
Note
Commands related to lint
, format
, and check
perform similar operations to Biome.
pnpm sb
pnpm test
Tip
See scripts in package.json
for more details.