Add local Supabase config and one-shot migration
Add a supabase/ directory with local Supabase runbook and config: config.toml (custom ports/API URL), migrations/000_one_shot_schema.sql (one-shot DB schema), seed.sql, README.md, and a supabase/.gitignore. Update docs and examples to prefer local Supabase: README updated with startup and key extraction steps and AIRGAP.md mention; backend/.env.example and frontend/.env.local.example now reference the local SUPABASE_URL and placeholder local keys. Also add GSJ-Master to .gitignore. This enables easy local development with npx supabase start and a fresh database initialized from the provided one-shot migration.
| Repository | andrsschultz/mike |
|---|---|
| Author | asschultz <andrsschultz@gmail.com> |
| Authored | |
| Parents | d9690965 |
| Stats | 9 files changed , +863 , -10 |
| Part of | Local Supabase Setup |
Capture this commit into my fork
Download a Markdown prompt that tells Claude how to port this
exact commit into your working tree. Run it via
claude -p < capture-commit-d354c310.md
from inside the repo you want the change in.