File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Develop locally while running the Supabase stack on your machine.
1818 </TabPanel ><TabPanel id = " yarn" label = " yarn" >
1919
2020 ``` sh
21- yarn add supabase --dev
21+ NODE_OPTIONS=--no-experimental-fetch yarn add supabase --dev
2222 ```
2323
2424 </TabPanel ><TabPanel id = " pnpm" label = " pnpm" >
@@ -95,6 +95,17 @@ Develop locally while running the Supabase stack on your machine.
9595
9696 </Tabs >
9797
98+ <Admonition type = " note" >
99+
100+ As a prerequisite, you must install a container runtime compatible with Docker APIs.
101+
102+ - [ Docker Desktop] ( https://docs.docker.com/desktop/ ) (macOS, Windows, Linux)
103+ - [ Rancher Desktop] ( https://rancherdesktop.io/ ) (macOS, Windows, Linux)
104+ - [ Podman] ( https://podman.io/ ) (macOS, Windows, Linux)
105+ - [ OrbStack] ( https://orbstack.dev/ ) (macOS)
106+
107+ </Admonition >
108+
981094 . View your local Supabase instance at [ http://localhost:54323 ] ( http://localhost:54323 ) .
99110
100111## Local development
You can’t perform that action at this time.
0 commit comments