App Logo
DocsPricing
Documentation

Getting Started

Set up the project locally and prepare it for deployment.

Install dependencies

pnpm install

Start development

pnpm dev

The 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:local

Build for production

pnpm build

Deploy

pnpm deploy

On this page