This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube
Watch
1
Star
0
Fork
You've already forked PeerTube
0
Code
Issues
Releases
Wiki
Activity
b2731bff28
PeerTube
/
scripts
/
watch
/
client.sh
6 lines
80 B
Bash
Raw
Normal View
History
Unescape
Escape
Adapt npm scripts
2016-06-03 22:34:39 +02:00
#!/usr/bin/env sh
cd
client
||
exit
-1
Upgrade scripts and embed webpack config
2017-12-12 11:38:02 +01:00
ng server --host localhost --port
3000