--- id: 'cli' title: 'Local Dev with CLI' description: 'Developing locally using the Supabase CLI.' subtitle: 'Developing locally using the Supabase CLI.' sidebar_label: 'Overview' --- You can use the Supabase CLI to run the entire Supabase stack locally on your machine, by running `supabase init` and then `supabase start`. To install the CLI, read [the installation guide](/docs/guides/cli/getting-started#installing-the-supabase-cli). 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. ## Resources