Merge branch 'contribution-yarn-fix-i18n' into 'develop'

Add missing command from contributing guide

Closes #754

See merge request funkwhale/funkwhale!667
merge-requests/671/head
Eliot Berriot 2019-03-13 09:59:41 +01:00
commit 9a14be9c47
2 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -172,6 +172,10 @@ and metadata.
Launch all services
^^^^^^^^^^^^^^^^^^^
Before the first Funkwhale launch, it is required to run this::
docker-compose -f dev.yml run --rm front yarn run i18n-compile
Then you can run everything with::
docker-compose -f dev.yml up front api nginx celeryworker

Wyświetl plik

@ -0,0 +1 @@
Add missing command from contributing file (#754)