github.com/Redstoneguy129/cli@v0.0.0-20230211220159-15dca4e91917/docs/supabase/start.md (about)

     1  ## supabase-start
     2  
     3  Starts the Supabase local development stack.
     4  
     5  Requires `supabase/config.toml` to be created in your current working directory by running `supabase init`.
     6  
     7  All service containers are started by default. You can exclude those not needed by passing in `-x` flag.
     8  
     9  > It is recommended to have at least 7GB of RAM to start all services.
    10  
    11  Health checks are automatically added to verify the started containers. Use `--ignore-health-check` flag to ignore these errors.