Skip to content

Commit 45485b2

Browse files
authored
docs: clarify local dev dependency on docker (supabase#36501)
1 parent 7d054f6 commit 45485b2

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

apps/docs/content/guides/local-development.mdx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
98109
4. View your local Supabase instance at [http://localhost:54323](http://localhost:54323).
99110

100111
## Local development

0 commit comments

Comments
 (0)