This is HTML5 application, built with Brunch and Chaplin.
Under development.
-
Node.js
-
Confirmed compatible v0.10.10 or higher
-
PhantomJS (for test)
-
Install(https://github.com/jonleighton/poltergeist#installing-phantomjs).
-
Must use PhantomJS 1.9.1 or higher.
$ 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
$ npm install -g mocha-phantomjs
$ mocha-phantomjs public/test/index.html
$ gem install terminal-notifier # only for Mac user, also if you want.