Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 645 Bytes

File metadata and controls

15 lines (9 loc) · 645 Bytes

API (Supabase)

Local Supabase development environment — PostgreSQL, Auth, and API services.

See the root README for commands and ports. For the full CLI, see the official reference.

Workflow

  1. bun run start — start Supabase
  2. Open Studio at http://localhost:54323
  3. bun run generate — regenerate TypeScript types after schema changes

Testing

bun run test runs the database tests in supabase/tests/, covering schema, CRUD operations, RLS policies, and triggers (requires Supabase running).