joinpeertube/README.md

14 lines
98 B
Markdown
Raw Normal View History

2019-09-18 15:24:45 +00:00
# JoinPeerTube
2018-03-01 11:31:23 +00:00
2019-09-18 15:24:45 +00:00
## Dev
2018-09-21 21:00:42 +00:00
```
2019-09-18 15:24:45 +00:00
$ npm run serve
2018-09-21 21:00:42 +00:00
```
2019-09-18 15:24:45 +00:00
## Build for production
2018-09-21 21:00:42 +00:00
```
2019-09-18 15:24:45 +00:00
$ npm run build
2018-09-21 21:00:42 +00:00
```