kalamuna / kss-bootstrap

:b: A KSS Template and Styleguide for Bootstrap.
http://kalamuna.github.io/kss-bootstrap
Other
13 stars 2 forks source link

KSS Bootstrap NPM version

Greenkeeper badge Build Status Dependency Status devDependency Status

KSS Bootstrap is a Knyle Style Sheet style guide for Bootstrap.

Dependencies

Usage

  1. Install KSS-Node by using the following command:

    npm install kss@3 -g
  2. Render the site using the following command:

    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