Environment
- Package manager: Bun
- Framework: Next.js App Router (TypeScript strict)
- Backend: Convex (functions, database, auth)
Steps
Clone and install
Clone and install
- Clone the repository
- Install dependencies with
bun install
Configure environment
Configure environment
Set required environment variables for Convex and integrations.
Run dev servers
Run dev servers
- Start Convex dev:
bunx convex dev - Start Next.js:
bun dev
Conventions
- Kebab-case files; PascalCase components
- Components in
components/; routes inapp/; backend inconvex/ - Strict TypeScript; zero any
