# front The Front-end app that powers https://contribute.funkwhale.audio/ ## Edit tasks/guides The wordings, steps and screenshots are all described in https://code.eliotberriot.com/funkwhale/contribute/blob/master/src/mixins/TaskMixin.vue#L6 ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn run serve ``` ### Compiles and minifies for production ``` yarn run build ``` ### Lints and fixes files ``` yarn run lint ```