Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 844 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 844 Bytes

iiirc-client

This is HTML5 application, built with Brunch and Chaplin.

Status

Under development. :neckbeard:

Dependencies

Getting started

$ npm install -g brunch # Install Brunch
$ git clone git://github.com/iiirc/iiirc-client.git
$ cd iiirc-client
$ npm install # Install Brunch plugins
$ brunch watch --server # launch HTTP server and compile

Running tests

$ npm install -g mocha-phantomjs
$ mocha-phantomjs public/test/index.html

Misc

$ gem install terminal-notifier # only for Mac user, also if you want.