Supabase setup required

Add your local Supabase environment variables.

The app needs these public values before it can load auth, admin pages, or course data.

NEXT_PUBLIC_SUPABASE_URL=your-project-url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key

Put them in .env.local, then restart the dev server.