From 2dfc927f03692f14b5b66080059cf2d04cc3ceed Mon Sep 17 00:00:00 2001 From: Aarushi <50577581+aarushik93@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:39:52 +0100 Subject: [PATCH] tweak(docs) add to docs supabase submodule steps (#8115) add to docs --- docs/content/server/setup.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/content/server/setup.md b/docs/content/server/setup.md index 3a0ca5be2a04..c040b9b1b82d 100644 --- a/docs/content/server/setup.md +++ b/docs/content/server/setup.md @@ -102,9 +102,17 @@ poetry run prisma generate Without running this command, the necessary Python modules (prisma.models) won't be available, leading to a `ModuleNotFoundError`. +### Get access to Supabase + +Navigate to rnd/supabase +Run the following command: + +```bash + git submodule update --init --recursive +``` ### Running the server -To run the server, you can run the following commands in the same terminal you ran the `poetry install` command: +To run the server, navigate back to rnd (cd..) and run the following commands in the same terminal you ran the `poetry install` command: ```bash cp supabase/docker/.env.example .env