An open API service indexing awesome lists of open source software.

https://github.com/apsdehal/cluster

Repo for Mesosphere Challenge
https://github.com/apsdehal/cluster

Last synced: 4 months ago
JSON representation

Repo for Mesosphere Challenge

Awesome Lists containing this project

README

          

Cluster
=======

UI Dashboard for Mesosphere challenge

#Install

You must have node installed to install this dashboard

- First `npm install` to install required dependencies
- `grunt` to run the grunt tasks
- Now run `index.html` in your favorite browser to enjoy

# Screenshot

![1](https://raw.githubusercontent.com/apsdehal/Cluster/master/assets/screenshots/1.png)
![2](https://raw.githubusercontent.com/apsdehal/Cluster/master/assets/screenshots/2.png)

# Dependencies

- jQuery - The obvious choice for easy js dom handling
- Handlebars - For templating
- SASS - For easy css writing
- Pure - For grids
- Browserify - For developing CommonJS based modular js
- Grunt - Favorite Task runner