Workspace setup

Connect your practice.

This workspace is ready for its Supabase connection.

  1. Start local Supabase with pnpm db:start, or create a dedicated development project.
  2. Apply the migrations. For local development, pnpm db:reset also loads synthetic records.
  3. Copy .env.example to apps/staff/.env.local and add the project URL and keys.
  4. Run the documented staff bootstrap to invite Gabriel and Elsa, then restart the application.

The README contains the full setup sequence. No client records are loaded before authentication.