This website requires JavaScript.
Explore
Help
Sign In
interesting
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube.git
Watch
1
Star
0
Fork
You've already forked PeerTube
0
Code
Issues
Projects
Releases
Wiki
Activity
e755a63a1b
PeerTube
/
scripts
/
watch
/
client.sh
6 lines
86 B
Bash
Raw
Normal View
History
Unescape
Escape
Adapt npm scripts
2016-06-03 15:34:39 -05:00
#!/usr/bin/env sh
cd
client
||
exit
-1
Add hmr
2017-12-12 07:45:42 -06:00
ng server --hmr --host localhost --port
3000