Skip to content

Commit 2dfc927

Browse files
authored
tweak(docs) add to docs supabase submodule steps (Significant-Gravitas#8115)
add to docs
1 parent e3f35d7 commit 2dfc927

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/content/server/setup.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,17 @@ poetry run prisma generate
102102

103103
Without running this command, the necessary Python modules (prisma.models) won't be available, leading to a `ModuleNotFoundError`.
104104

105+
### Get access to Supabase
106+
107+
Navigate to rnd/supabase
108+
Run the following command:
109+
110+
```bash
111+
git submodule update --init --recursive
112+
```
105113
### Running the server
106114

107-
To run the server, you can run the following commands in the same terminal you ran the `poetry install` command:
115+
To run the server, navigate back to rnd (cd..) and run the following commands in the same terminal you ran the `poetry install` command:
108116

109117
```bash
110118
cp supabase/docker/.env.example .env

0 commit comments

Comments
 (0)