ciims-modules / dashboard
A Hybrid Dashboard that is is optimized for performance, and that takes fulla dvantage of the CiiMS API.
Installs: 1 776
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Type:drupal-module
README
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.
Hacking
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
``