You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developers/local-setup.md
+38-8Lines changed: 38 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Before starting, ensure you have the following installed:
14
14
| Requirement | Version | Notes |
15
15
|-------------|---------|-------|
16
16
| Node.js | v22 (recommended) | Use [nvm](https://github.com/nvm-sh/nvm) for version management |
17
-
| Docker | Latest | Required for local Supabase |
17
+
| Docker | Latest | Required for local Supabase. Can use [Docker desktop](https://www.docker.com/products/docker-desktop/) to quickly setup a docker daemon for development.|
18
18
| Git | Latest | For cloning the repository |
19
19
20
20
## Quick Start (Staging Backend)
@@ -92,25 +92,55 @@ For development requiring database changes, RLS policy modifications, or running
0 commit comments