Supabase is not configured yet

Fill in .env.local with your Supabase project URL and anon key, then restart the dev server. Full setup steps are in the project README:

  1. Create a project at supabase.com
  2. Run supabase/migrations/0001_schema.sql in the SQL editor
  3. Copy the URL + anon key into .env.local
  4. Run node scripts/setup-users.mjs to create the four team users
  5. Run supabase/seed.sql in the SQL editor for demo data