experimental
A modern client JavaScript application framework.
This is not published to bower as it's experimental. To get the source clone it.
$ git clone https://github.com/shockwork/shine.git
$ cd shine && npm install && grunt bowerThe documentation is written with YUIDOC syntax.
Compile documentation and serve it at localhost:1337
$ grunt docsOutput the documentation in docs/.
$ grunt yuidocTests are written with QUnit and Karma as the runner.
$ grunt test