@namely/ui
v3.0.1
Published
Namely UI: A SCSS and React component library for internal use at Namely
Downloads
3
Readme
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
$ 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:
$ npx karma start
With Chrome as browser (recommended):
npx karma start --browsers Chrome