Skip to content
This repository was archived by the owner on Aug 31, 2018. It is now read-only.

philipjscott/boop

Repository files navigation

boop

A multiplayer party game similar to bumper balls from Mario Party.

Play it here: http://boopjs.herokuapp.com

Installing and running locally

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

Contributing

  • When adding a new feature, create a new branch: do not push to master
  • Run yarn run lint before you commit
    • Run yarn run fix to fix any fixable errors
  • Use yarn run dev rather than yarn run start
  • In a separate tab, run yarn run watch to make webpack build client code

When new code is merged to master, Travis will automatically deploy to Heroku. No need to deploy it yourself 😃

About

Kinda like the Wii U, sorta 👾

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages