Step one: Download Node.js
Navigate to your target directory Open a shell and run the following commands:
git clone https://github.com/Adrian-St/beewars.git
cd beewars
git remote add https://github.com/Adrian-St/beewars.git
To set up node you need to run npm install
Afterwards you can start the Server with node server.js
Navigate to http://localhost:8081/
to see the game.