Skip to content

Commit

Permalink
Merge branch 'master' into repo-restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftyos authored Sep 20, 2024
2 parents efeba44 + 2dfc927 commit ba30aa2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/content/server/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba30aa2

Please sign in to comment.