KerjaanKita

Let's connect your database

KerjaanKita needs a Supabase project before you can sign in. Three quick steps:

  1. 1. Create a Supabase project

    Sign in at supabase.com and create a new project. Then open the SQL Editor and run supabase/migrations/0001_init.sql followed by 0002_storage.sql.

  2. 2. Add your keys

    Copy .env.local.example to .env.local and paste in your Project URL, anon key, and service_role key (Project Settings → API).

  3. 3. Restart & sign up

    Run npm run dev again. The first account you create automatically becomes the Super Admin of the workspace.

Full instructions live in supabase/README.md.