This website requires JavaScript.
Explore
Help
Sign In
forks
/
peertube
Watch
1
Star
0
Fork
You've already forked peertube
0
Code
Releases
Activity
d2000ca6e7
peertube
/
scripts
/
watch
/
client.sh
6 lines
97 B
Bash
Raw
Normal View
History
Unescape
Escape
Adapt npm scripts
2016-06-03 16:34:39 -04:00
#!/usr/bin/env sh
cd
client
||
exit
-1
Fix client development so that it uses the local ng binary; (#177)
2018-01-06 12:10:51 -05:00
npm run ng -- server --hmr --host localhost --port
3000
Copy permalink