Copy this file to CLAUDE.local.md and fill in your personal configuration.
The CLAUDE.local.md file is gitignored and will not be committed.
| Environment | Project Ref | Dashboard URL | Branch |
|---|---|---|---|
| Local | N/A | npm run supabase:start → http://127.0.0.1:54323 |
- |
| Development | <YOUR_DEV_PROJECT_REF> |
https://supabase.com/dashboard/project/<YOUR_DEV_PROJECT_REF> | develop |
| Production | <YOUR_PROD_PROJECT_REF> |
https://supabase.com/dashboard/project/<YOUR_PROD_PROJECT_REF> | main |
# Link to development
npx supabase link --project-ref <YOUR_DEV_PROJECT_REF>
# Link to production
npx supabase link --project-ref <YOUR_PROD_PROJECT_REF>| Field | Value |
|---|---|
your-test-email@example.com |
|
| Password | YourTestPassword123! |
Add any personal workflow preferences here, such as:
- Preferred editor settings
- Custom scripts you use
- Personal reminders or notes
If you have specific MCP tools configured, document them here for reference.