bump other players and objects off to stay alive
Play the latest version here!
Go and Node are required. To install the required dependencies:
$ make deps
Create a .env file with the following variables and place it in the project root:
NODE_ENV=$YOUR_VAR
SERVER_URL=$YOUR_VAR
DATABASE_URL=$YOUR_VAR
PORT=$YOUR_VAR
$ make server
To add dependencies:
$ dep ensure -add github.com/my/dependency
$ make client
Play at localhost:8080!