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.
bun run start— start Supabase- Open Studio at http://localhost:54323
bun run generate— regenerate TypeScript types after schema changes
bun run test runs the database tests in supabase/tests/, covering schema, CRUD operations, RLS policies, and triggers (requires Supabase running).