# accelo_ui_styleguide #
This is a styleguide generator for the Accelo web app, it is a wrapper for [Knyle Style Sheets(kss)](http://warpspire.com/kss/) and is written in [node.js](https://nodejs.org).

### Installation ###
> npm install -g accelo_ui_styleguide

### Usage ###
> accelo_ui_styleguide /path/to/accelo/dir

Builds and hosts the styleguide on a local server, it will watch `*.hbs` files for changes then rebuild and reload the styleguide. Syntax for documentation can be found [here](http://warpspire.com/kss/syntax/).

### Development ###
> npm install