Workspace setup
Connect your practice.
This workspace is ready for its Supabase connection.
- Start local Supabase with
pnpm db:start, or create a dedicated development project. - Apply the migrations. For local development,
pnpm db:resetalso loads synthetic records. - Copy
.env.exampletoapps/staff/.env.localand add the project URL and keys. - 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.