Pull and npm install - there is a postinstall script which will browserify, there is also a gruntfile so if you amend and run grunt the default task will rebuild the javascript.
The entry point to viewing the app is index.html
*The main file is index.js *The classes are in js/classes - just stubs at the moment *The components are in js/components - there is a boilerplate BaseComponent if all you want to do is feed in a render component; otherwise if you want to add hooks or special methods you can extend it.
The path as it stands comes fully logged in with a dummy user - you can view the rota for your shifts, go back and declare yourself unfit for various days.