Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 620 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 620 Bytes

Rodin Inc. Minion Game

git clone --recursive git@github.com:RodinJS/Minion-Game.git 

Server start

## Default server run on 3010 port
   npm run server
## If you want change port
   export PORT=3011; npm run server;

Socket server Client

 <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>