LiveWhale UI is a collection of jQuery plugins developed for LiveWhale CMS. The plugins are written in CoffeeScript, and each inherits from the jQuery UI 1.10 Widget Factory, which provides a framework that simplifies plugin development, and standardizes API interactions.
To contribute to LiveWhale UI, make sure you have node v0.10 or greater and grunt-cli installed, and run the following in your terminal.
$ git clone git@github.com:whitewhale/LiveWhaleUI.git
$ cd LiveWhaleUI
$ npm install
Lots to do still. Explain website structure, assemble grunt package, and grunt watch.