Install dependencies and start the game client and server:
$ npm install
$ npm start
Then open the game in your browser at http://localhost:3000
First you'll need to install Docker and then run the following from the terminal:
$ docker-compose build
$ docker-compose up
Change default
to the name of your Docker image – if you've only just set up Docker then using default
may be ok.
$ docker-machine ip default
Load the given IP in your favourite browser.