Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 752 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 752 Bytes

Rawkets

Test locally

Install dependencies and start the game client and server:

$ npm install
$ npm start

Then open the game in your browser at http://localhost:3000

Set up Docker and run Rawkets container

First you'll need to install Docker and then run the following from the terminal:

$ docker-compose build
$ docker-compose up

Find Docker IP and play the game

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.