Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dupreesi authored Aug 22, 2024
1 parent 9b278cf commit a7bea79
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@ cd frontend
yarn install
```

5. **Build the Database:** Execute the command:
5. **Build the Database:**

- Inside /local-db you will find an optional way of creating a postgres docker container and a connection string to be used for local development
- There is a Readme + Dockerfile with all required steps
- Once the DB is setup you can build the development data by executing (from root):

```bash
yarn build:db
```
Expand Down

0 comments on commit a7bea79

Please sign in to comment.