Setup required
This app needs a Supabase project before it can run. Set these environment variables (locally in .env.local, or in your Vercel project settings):
NEXT_PUBLIC_SUPABASE_URL=... NEXT_PUBLIC_SUPABASE_ANON_KEY=... SUPABASE_SERVICE_ROLE_KEY=...
Full instructions — creating the project, applying the migration, and bootstrapping the first admin — are in SETUP.md.