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
8b0d42ee37
PeerTube
/
scripts
/
watch
/
client.sh
6 lines
86 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
Add hmr
2017-12-12 14:45:42 +01:00
ng server --hmr --host localhost --port
3000