Namely Styleguide (a.k.a Namely-UI / Namely-Bootstrap)
This is the styleguide app to document all the components and patterns for Namely.
Warning!
This library is no longer activately maintained.
Getting Started
- Clone the repo and
cd
into the directory - Install dependencies
$ npm install
$ npm install -g karma-cli
$ gem install scss-lint
- Serve app
$ npm start
To serve on a port other than 8080:
$ gulp --port 8081
Testing
To run test suite once:
$ npm test
To keep test suite running and watching:
$ karma start
With Chrome as browser (recommended):
karma start --browsers Chrome