This is a tool that adds some additional configuration to a Next.js (create-next-app) project.
It is intended for my personal use so there are fewer documents.
Next.js(create-next-app)のプロジェクトにいくつかの設定を追加するツール。
作者が個人的に使うことを意図しているため、ドキュメントはほとんど整備していない。
$ pnpm dlx create-next-app
$ cd your-project-directory/
$ pnpm dlx @tksst/next-app-additions
- This tool needs Node.js 20
- このツールを実行するのには Node.js 20 が必要
- A Next.js project set up for pnpm (npm is not supported)
- pnpmでセットアップされたNext.jsプロジェクト(npmは非対応)