Merge branch 'issue-31' of wpetit/gengitkan into develop

This commit is contained in:
wpetit 2020-06-05 10:34:47 +02:00 committed by Gitea
commit 94bfb77d87
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
### Procédure
```bash
cd client && npm install # Installation des dépendances client
make watch # Surveiller les modifications sur le sources et compiler/démarrer le serveur
```