diff --git a/README.md b/README.md index 35cfb28..a13e742 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ L'instance Geonature-Citizen de Champs-Libres. # Multi-container instructions + +## Installation Clone this repo ``` @@ -33,7 +35,14 @@ $ docker-compose exec db psql -d -U postgres -d referentielsdb -c "CREATE EXTENS ``` $ docker-compose up ``` +### Compile the front +``` +$ docker-compose run --rm citizen-front npm install +$ docker-compose run --rm citizen-front npm run build:i18n-ssr +``` + +### Starting For starting the application again, you may start the db container first ``` @@ -42,7 +51,7 @@ $ docker-compose up ``` - +## Misc. ### Taxhub ```