KSS Bootstrap is a Knyle Style Sheet style guide for Bootstrap.
- kss-node
>=2.1.0 <3
- Install KSS-Node by using the following command:
npm install kss@3 -g
- 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 useout
represents where the rendered styleguide should be output
Use the following command to serve and watch the development environment:
npm start
npm test
npm run deploy