Description
Run supabase start for the first time to initialize the local Supabase instance and retrieve the auto-generated local credentials.
Steps
- Run
npx supabase start from the project root
- Copy the output
SUPABASE_URL, SUPABASE_ANON_KEY, and SUPABASE_SERVICE_ROLE_KEY
- Update these values in
.env
Prerequisites
- Docker must be running locally
- Node.js and npm/npx must be installed
Once this is done, the dashboard and edge functions can run locally.
Description
Run
supabase startfor the first time to initialize the local Supabase instance and retrieve the auto-generated local credentials.Steps
npx supabase startfrom the project rootSUPABASE_URL,SUPABASE_ANON_KEY, andSUPABASE_SERVICE_ROLE_KEY.envPrerequisites
Once this is done, the dashboard and edge functions can run locally.