@@ -5,6 +5,17 @@ subtitle: Learn how to develop locally and use the Supabase CLI
55
66Develop locally while running the Supabase stack on your machine.
77
8+ <Admonition type = " note" >
9+
10+ As a prerequisite, you must install a container runtime compatible with Docker APIs.
11+
12+ - [ Docker Desktop] ( https://docs.docker.com/desktop/ ) (macOS, Windows, Linux)
13+ - [ Rancher Desktop] ( https://rancherdesktop.io/ ) (macOS, Windows, Linux)
14+ - [ Podman] ( https://podman.io/ ) (macOS, Windows, Linux)
15+ - [ OrbStack] ( https://orbstack.dev/ ) (macOS)
16+
17+ </Admonition >
18+
819## Quickstart
920
10211 . Install the Supabase CLI:
@@ -101,17 +112,6 @@ Develop locally while running the Supabase stack on your machine.
101112
102113 </Tabs >
103114
104- <Admonition type = " note" >
105-
106- As a prerequisite, you must install a container runtime compatible with Docker APIs.
107-
108- - [ Docker Desktop] ( https://docs.docker.com/desktop/ ) (macOS, Windows, Linux)
109- - [ Rancher Desktop] ( https://rancherdesktop.io/ ) (macOS, Windows, Linux)
110- - [ Podman] ( https://podman.io/ ) (macOS, Windows, Linux)
111- - [ OrbStack] ( https://orbstack.dev/ ) (macOS)
112-
113- </Admonition >
114-
1151154 . View your local Supabase instance at [ http://localhost:54323 ] ( http://localhost:54323 ) .
116116
117117## Local development
0 commit comments