Some more debug on Checkered (still not ready: turn/color issues..)
[xogo.git] / start.sh
... / ...
CommitLineData
1#!/bin/sh
2
3nodemon -i app.js -i base_rules.js ./server.js &
4echo $! > .pid
5php -S localhost:8000 &