Loading Animation
RKA Tech SolutionsRKA Tech SolutionsPortalBack to site

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:

  1. Create a Supabase project.
  2. Add NEXT_PUBLIC_SUPABASE_URL, NEXT_PUBLIC_SUPABASE_ANON_KEY and SUPABASE_SERVICE_ROLE_KEY to .env.local.
  3. Run supabase/schema.sql in the Supabase SQL editor.
  4. Restart the dev server.

Full instructions are in SETUP-PORTAL.md at the project root.