KSS Bootstrap ![NPM version](https://img.shields.io/npm/v/kss-bootstrap.svg)
KSS Bootstrap is a Knyle Style Sheet template and style guide for Bootstrap.
![devDependency Status](https://david-dm.org/kalamuna/kss-bootstrap/dev-status.svg)
Usage
This project includes two components:
- The styleguide directory provides a KSS styleguide for Bootstrap
- The bootstrap directory provides the KSS Node template in order to build the styleguide
Dependencies
Build
- Install KSS-Node by using the following command:
npm install kss -g
- Render the site using the following command:
kss-node styleguide out -t bootstrap
styleguide
is the directory to which KSS Styleguide to useout
represents where the rendered styleguide should be outputbootstrap
is the directory of which KSS template to use
Development
Use the following command to serve and watch the development environment:
npm start
Testing
npm test
Deployment
npm run deploy