Getting Started
Set up the project locally and prepare it for deployment.
Install dependencies
pnpm installStart development
pnpm devThe development server runs on port 3000 by default.
Configure Cloudflare D1
Create a D1 database, update wrangler.jsonc with the database ID, then apply migrations locally:
pnpm db:migrate:localBuild for production
pnpm buildDeploy
pnpm deploy