Next.js 16 monorepo skeleton with Turborepo, strict ESLint, Prettier, Knip, Vitest, and multi-tool AI agent configuration.
- Node.js >= 18
- pnpm >= 9
pnpm install
pnpm dev| Command | Description |
|---|---|
pnpm dev |
Start all apps in dev mode |
pnpm build |
Build all apps |
pnpm lint |
Lint all packages |
pnpm format |
Format all files with Prettier |
pnpm format:check |
Check formatting without writing |
pnpm typecheck |
Run TypeScript type checking |
pnpm test |
Run tests with Vitest |
pnpm knip |
Detect unused files, exports, and dependencies |
pnpm clean |
Remove build artifacts and caches |
See CONTRIBUTING.md.