We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f35d7 commit 2dfc927Copy full SHA for 2dfc927
docs/content/server/setup.md
@@ -102,9 +102,17 @@ poetry run prisma generate
102
103
Without running this command, the necessary Python modules (prisma.models) won't be available, leading to a `ModuleNotFoundError`.
104
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
+```
113
### Running the server
114
-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:
116
117
```bash
118
cp supabase/docker/.env.example .env
0 commit comments