Start your local Supabase server
-
Navigate to the
backend/supabase
directory from the root of the project.Terminal window cd backend/supabase -
Start your Supabase local server.
Terminal window npx supabase@latest start -
Stop the supabase server:
Terminal window npx supabase@latest stop -
Reset the supabase server:
Terminal window npx supabase@latest db reset
For more details on the usage of these commands please read more on the official documentation page of Supabase CLI