Install dependencies and start the game client and server:
$ npm install
$ npm startThen 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 upChange 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 defaultLoad the given IP in your favourite browser.
