curlingio-bracket-builder

Bracket Builder for Curling I/O

Bracket Builder for Curling I/O

Features

Bracket Builder Cheatsheet for Curling I/O

Documentation

For Contributors

Installing Dependencies

We use elm and elm-live for development. You can install these via npm.

npm install

Running It

Edit dev.html and configure the application’s parameters for your environment. Then run it:

npm start

Production Deployment

Make sure you have uglify-js installed to compress the production js.

npm install -g uglify-js

Compile and optimize for production using:

./prod.sh

Flags

Source

https://github.com/pairshaped/curlingio-bracket-builder

See LICENSE.md