Added translations compilation instructions for front-end

merge-requests/552/head
Eliot Berriot 2019-01-22 13:40:32 +01:00
rodzic cd698d2e36
commit a7f496af1e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DD6965E2476E5C27
1 zmienionych plików z 7 dodań i 3 usunięć

Wyświetl plik

@ -41,15 +41,19 @@ Setup front-end only development environment
yarn install yarn install
4. Launch the development server:: 4. Compile the translations::
yarn i18n-compile
5. Launch the development server::
# this will serve the front-end on http://localhost:8000/front/ # this will serve the front-end on http://localhost:8000/front/
VUE_PORT=8000 yarn serve VUE_PORT=8000 yarn serve
5. Make the front-end talk with an existing server (like https://demo.funkwhale.audio), 6. Make the front-end talk with an existing server (like https://demo.funkwhale.audio or https://open.audio),
by clicking on the corresponding link in the footer by clicking on the corresponding link in the footer
6. Start hacking! 7. Start hacking!
Setup your development environment Setup your development environment
---------------------------------- ----------------------------------