Skip to main content

Local Installation

You will need to install both Docker and the Supabase CLI to run Supabase locally.

Install Docker

Supabase relies on Docker, so make sure Docker is installed on your local machine. It is recommended to install Docker Desktop

Install Supabase CLI

You will also need to install the Supabase CLI. This can be done in a number of ways depending on your OS. See here

Run Supabase

Navigate to your project ABAIR_APP_X

In the root folder of your project, run:

supabase init
supabase start

This will download all the necessary Docker Images and run them on your machine. It may take a minute or two, as there are a lot of images to pull and run.

Once all containers are successfully running, the Supabase CLI will output the necessary URLs and keys for you to work with

Check Docker Desktop

If you open Docker Desktop, and click 'Containers' in the top left, you should see your project. If you click on it, it will open a dropdown and show the running containers.

Check Supabase Studio

If you navigate to the Studio URL in your browser - http://127.0.0.1:54323, you should see the following: