Add missing command from contributing guide

This commit is contained in:
Damien Nicolas 2019-03-13 09:54:36 +01:00
parent 5648ee29bd
commit 96ee712e60
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

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