kss-bootstrap
Version:
A KSS template and style guide for Bootstrap.
41 lines (23 loc) • 1.41 kB
Markdown
# KSS Bootstrap [](https://www.npmjs.org/package/kss-bootstrap)
> [KSS Bootstrap](https://github.com/kalamuna/kss-bootstrap) is a [Knyle Style Sheet](http://warpspire.com/kss/) style guide for [Bootstrap](http://getbootstrap.com).
[](https://travis-ci.org/kalamuna/kss-bootstrap) [](https://david-dm.org/kalamuna/kss-bootstrap) [](https://david-dm.org/kalamuna/kss-bootstrap#info=devDependencies)
## Dependencies
* [kss-node](https://github.com/kss-node/kss-node) `>=2.1.0 <3`
## Usage
1. Install [KSS-Node](http://kss-node.github.io/kss-node/) by using the following command:
``` bash
npm install kss@3 -g
```
2. Render the site using the following command:
``` bash
kss-node node_modules/kss-bootstrap/styleguide out -t node_modules/kss-bootstrap/bootstrap
```
* `node_modules/kss-bootstrap/styleguide` is the directory to which KSS Styleguide to use
* `out` represents where the rendered styleguide should be output
## Development
Use the following command to serve and watch the development environment:
npm start
### Testing
npm test
### Deployment
npm run deploy