- Install Supabase CLI (The local infra was tested using v2.26.9)
- Create an
.env(for local development) from the.env.exampletemplate file and fill in the custom env vars - Run
docker compose up -d. The compose file is for containers outside of Supabase's infrastructure. - Run
supabase start(see: https://supabase.com/docs/reference/cli/supabase-start)