This is a game where players brawl for the last boba. Built on top of Jamin's awesome template.
Make sure you have Elm and create-elm-app installed.
First, clone this repo:
git clone https://github.com/zw2700/BobaBrawl.git
To run the development server inside the repository:
elm-app start
To build the application, run the build script from inside the repository (make sure you have execution permissions):
./build.sh