joinpeertube fork
Find a file
2019-10-28 13:10:17 +01:00
public Improve og image 2019-10-25 15:13:56 +02:00
src Update translations 2019-10-28 12:24:48 +01:00
.babelrc Upgrade deps 2019-02-06 13:08:03 +01:00
.browserslistrc Add vue cli 2019-09-11 14:07:19 +02:00
.editorconfig Add vue cli 2019-09-11 14:07:19 +02:00
.eslintrc Vujisation 2018-09-21 23:00:42 +02:00
.eslintrc.js Fix lint 2019-10-28 13:10:17 +01:00
.gitignore Update translations 2019-10-23 14:02:20 +02:00
.gitlab-ci.yml Fix gitlab page 2019-09-12 10:34:57 +02:00
babel.config.js Update vuejs 2019-10-28 13:07:06 +01:00
Makefile Split translations 2019-10-25 19:58:00 +02:00
package.json Update vuejs 2019-10-28 13:07:06 +01:00
postcss.config.js Add vue cli 2019-09-11 14:07:19 +02:00
README.md Add translations doc 2019-10-24 15:11:05 +02:00
vue.config.js Fix gitlab page 2019-09-12 10:34:57 +02:00
yarn.lock Update vuejs 2019-10-28 13:07:06 +01:00

JoinPeerTube

Dev

$ npm run serve

Build for production

$ npm run build

Update translations

Add Weblate remote:

$ git remote add weblate https://weblate.framasoft.org/git/joinpeertube/main

Update from Weblate:

$ git fetch weblate && git merge weblate/master

Re generate translations:

$ npm run i18n:generate

Push on master (Weblate will be automatically updated)

$ git push origin master