Brief description of what this project does.
- Language: TypeScript
- Framework: Next.js
- Database: PostgreSQL
npm install- Install dependenciesnpm run dev- Start development servernpm test- Run testsnpm run build- Production build
- Use conventional commits:
type(scope): message - Create feature branches, submit PRs to main
- Run tests before committing
- Keep files under 300 lines
src/app/- Application routes and pagessrc/lib/- Shared utilities and helperssrc/components/- Reusable UI components