Skip to main content

Prerequisites

  • Bun ≥ 1.1
  • A the platform project (already provisioned for the hosted app)

Clone & install

Environment variables

.env is managed by the platform. For local development, create one with:
See Environment variables for the full list.

Run

The dev server starts on http://localhost:5173. The TanStack Router Vite plugin regenerates src/routeTree.gen.ts automatically — don’t edit it by hand.

Apply database migrations

Migrations live in supabase/migrations/. In the hosted environment, they apply automatically. Locally, point supabase CLI at your project and run: