// SETUP REQUIRED
Command Center offline
The admin panel needs a Supabase project before you can sign in. It only takes a few minutes:
- Create a free Supabase project at supabase.com.
- Open the Supabase SQL editor and run the contents of supabase/schema.sql from this repository.
- Add the NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY environment variables to your hosting provider, then redeploy.
- In Supabase → Authentication → Users, create the admin user with email lawtondj@gmail.com (set a strong password).
Once complete, reload this page — the sign-in console will appear.