Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

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).