From a7bea795a1fe41312f483de6c06069e98a15e784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Dupr=C3=A9e?= Date: Thu, 22 Aug 2024 21:26:32 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 32ca688..51b168c 100644 --- a/README.md +++ b/README.md @@ -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 ```