Setup needed
Connect the web app to Supabase.
The public landing page works without credentials, but admin login needs the client-side Supabase variables before sign-in can work.
- Set `NEXT_PUBLIC_SUPABASE_URL`.
- Set `NEXT_PUBLIC_SUPABASE_ANON_KEY`.
- Set `LOOKBOX_ADMIN_EMAILS` with allowed admin emails.