Attempt to fix README.md for gitweb parser
[xogo.git] / start.sh
1 #!/bin/sh
2
3 nodemon -i app.js -i base_rules.js ./server.js &
4 echo $! > .pid
5 php -S localhost:8000 &