A multiplayer party game similar to bumper balls from Mario Party.
Play it here: http://boopjs.herokuapp.com
Install Redis
In a terminal run $ redis-server
Then, in a separate terminal run:
$ git clone https://github.com/ScottyFillups/boop.git
$ yarn install
$ yarn run start
You should be able to access the site at http://localhost:8080
- When adding a new feature, create a new branch: do not push to master
- Run
yarn run lintbefore you commit- Run
yarn run fixto fix any fixable errors
- Run
- Use
yarn run devrather thanyarn run start - In a separate tab, run
yarn run watchto make webpack build client code
When new code is merged to master, Travis will automatically deploy to Heroku. No need to deploy it yourself 😃