A Next.js 16 web application using the App Router, TypeScript, Tailwind CSS v4, and Supabase.
- Framework: Next.js 16 (App Router,
src/app/) - Language: TypeScript (strict mode)
- Styling: Tailwind CSS v4
- Backend/DB: Supabase (PostgreSQL, Auth, RLS)
- Deployment: Vercel (via GitHub Actions CI/CD)
# 1. Install dependencies
npm install
# 2. Set up environment variables
cp .env.example .env.local
# Fill in your Supabase credentials in .env.local
# 3. Start development server
npm run devOpen http://localhost:3000 to see the app.
| Command | Description |
|---|---|
npm run dev |
Start dev server (Turbopack) |
npm run build |
Production build |
npm run start |
Start production server |
npm run lint |
Run ESLint |
npm run typecheck |
Run TypeScript type checking |
- HOWTO.md — Full setup & deployment guide (DE/EN)
- AGENTS.md — GitHub Copilot agents, skills & instructions
- docs/migration/README.md — SIT analysis, migration plan, and Phase-1 integration status
- legal-docs/ — Legal document templates (DE/EN)