git clone --recursive [email protected]:RodinJS/Minion-Game.git
## Default server run on 3010 port
npm run server
## If you want change port
export PORT=3011; npm run server;
<script src="/socket-server?debug=true"></script>
included in public index.html
1. Default server host http://localhost:3010
## For changing host
1. <script src="/socket-server?debug=true&host=http://rodin.uxt"></script>