sweetp/dashboard

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# Sweetp Dashboard

Chrome app for sweetp.

## Install

*   `npm install`
*   `bower install`
*   `grunt compass`
*   open chrome
*   go to extension managment
*   enable debug mode
*   click on "load unpacked extension"
*   select the `app` folder

## Dev

*   make sure SASS files ar compiled into css with
    *   `grunt compass` or
    *   `grunt server` or
    *   `grunt watch`
*   run tests → see 'karma' tasks of gruntfile

# Mentions

* [Modern UI Icons](https://github.com/Templarian/WindowsIcons)