This module provides the dashboard functionality for CiiMS, and renders content using a hybrid approach - content is initially rendered server side, and data is fetches and rendered client side via the CiiMS API.
This module utilizes nodejs, npm, bower, and grunt. Before hacking you'll need to have each of these modules installed. Once installed you can build the project source by running:
npm install
bower install
grunt
``