TotranslatePleroma-FE,addyourlanguageto[src/i18n/messages.js](https://git.pleroma.social/pleroma/pleroma-fe/blob/develop/src/i18n/messages.js). Pleroma-FE will set your language by your browser locale, but you can temporarily force it in the code by changing the locale in main.js.
FortheGNUsocialbackend,checkouthttps://git.pleroma.social/pleroma/pleroma-fe/wikis/dual-boot-with-qvitter to see how to run Pleroma-FE and Qvitter at the same time.
##BuildSetup
```bash
#installdependencies
npminstall-gyarn
yarn
#servewithhotreloadatlocalhost:8080
npmrundev
#buildforproductionwithminification
npmrunbuild
#rununittests
npmrununit
```
#ForContributors:
Youcancreatefile`/config/local.json`(see[example](https://git.pleroma.social/pleroma/pleroma-fe/blob/develop/config/local.example.json)) to enable some convenience dev options: