Skip to content
Snippets Groups Projects
Commit 9a14be9c authored by Eliot Berriot's avatar Eliot Berriot
Browse files

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

Add missing command from contributing guide

Closes #754

See merge request funkwhale/funkwhale!667
parents 8adf8e4b 96ee712e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
Add missing command from contributing file (#754)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment