Dashku is a web application for creating dashboards and widgets in HTML, CSS, and JavaScript. It is open source, and available to download from Github. There is also a hosted edition at Dashku.com.
- Node.js (0.10)
- MongoDB
- Redis
git clone git://github.com/Anephenix/dashku.git
cd dashku
npm install
mongod &
redis-server &
npm start
You can seed Dashku's database with widget templates by running this command:
npm run populateWidgetTemplates
Documentation will be coming soon.
To run unit and functional tests:
npm test
To run the integration tests:
npm run cuke
© 2015 Anephenix Ltd. The Nike swoosh is a registered trademark of Nike Inc. Dashku is a trademark of Anephenix Ltd, and dashku is licenced under the LGPLv3 license. See LICENSE for details.