Fix install for front
This commit is contained in:
16
README
16
README
@@ -1,3 +1,5 @@
|
||||
TODO FUSION entre README & README.md
|
||||
|
||||
# gl-geonature
|
||||
|
||||
L'instance Geonature-Citizen de Champs-Libres.
|
||||
@@ -52,17 +54,9 @@ taxhub $ npm install
|
||||
### Citizen-front
|
||||
|
||||
```
|
||||
docker-compose up -d citizen-front
|
||||
```
|
||||
|
||||
|
||||
Compilation du JS
|
||||
|
||||
|
||||
```
|
||||
$ docker-compose exec citizen-front bash
|
||||
frontend $ npm install
|
||||
frontend $ npm run build:fr
|
||||
$ docker-compose run --rm citizen-front npm install
|
||||
$ docker-compose run --rm citizen-front run build:i18n-ssr
|
||||
$ docker-compose up -d citizen-front
|
||||
```
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user