Skip to content

kalamuna/kss-bootstrap

Repository files navigation

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
  1. 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