Admin not configured

Connect Supabase to enable the admin area. Add your project credentials to .env.local and restart:

NEXT_PUBLIC_SUPABASE_URL=...
NEXT_PUBLIC_SUPABASE_ANON_KEY=...
SUPABASE_SERVICE_ROLE_KEY=...

See instructions.md for the full setup, including the database schema and creating your first admin user.