Skip to content

Commit dfa0052

Browse files
authored
fix(docs): move prerequisite on top (supabase#37042)
1 parent 578b707 commit dfa0052

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ subtitle: Learn how to develop locally and use the Supabase CLI
55

66
Develop 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

1021
1. 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-
115115
4. View your local Supabase instance at [http://localhost:54323](http://localhost:54323).
116116

117117
## Local development

0 commit comments

Comments
 (0)