Add ability to embed a video in Twitter
[oweals/peertube.git] / scripts / dev / server.sh
1 #!/bin/sh
2
3 set -eu
4
5 if [ ! -f "./client/dist/index.html" ]; then
6   echo "client/dist/index.html does not exist, compile client files..."
7   npm run build:client
8 fi
9
10 npm run watch:server