- Next.js 16.1.6 with App Router, TypeScript strict, Tailwind CSS v4 - ESLint 9, Prettier with Tailwind class sorting plugin - Husky + lint-staged pre-commit hooks - Multi-stage Dockerfile (dev/build/production) with pnpm + Node 20 - docker-compose.yml with hot reload + PostgreSQL 17 - src/ directory structure (components, lib, hooks, types, payload) - .env.example template with all required variables - standalone output mode for production Docker builds Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
10 lines
96 B
Text
10 lines
96 B
Text
node_modules
|
|
.next
|
|
.git
|
|
.env.local
|
|
.DS_Store
|
|
Logo
|
|
Concept.md
|
|
implementation_plan.md
|
|
docs
|
|
*.docx
|