curlingio-scoring

Scoring for Curling I/O

Scoring for Curling I/O

Features

Roadmap

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

Source

https://github.com/pairshaped/curlingio-scoring

See LICENSE.md