Portal
Setup required
The client portal is built, but it needs a Supabase project connected before it can run. Until then this notice shows instead of an error.
To finish setup:
- Create a Supabase project.
- Add
NEXT_PUBLIC_SUPABASE_URL,NEXT_PUBLIC_SUPABASE_ANON_KEYandSUPABASE_SERVICE_ROLE_KEYto.env.local. - Run
supabase/schema.sqlin the Supabase SQL editor. - Restart the dev server.
Full instructions are in SETUP-PORTAL.md at the project root.