Local Dev with CLI
Developing locally using the Supabase CLI.
You can use the Supabase CLI to run the entire Supabase stack locally on your machine, simply by running supabase init
and then supabase start
. To install the CLI, see the installation guide.
The Supabase CLI provides tools to develop your project locally, deploy to the Supabase Platform, handle database migrations, and generate types directly from your database schema.