@namely/ui
v3.0.1
Published
Namely UI: A SCSS and React component library for internal use at Namely
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
cdinto the directory - Install dependencies
$ npm install
$ gem install scss-lint- Serve app
$ npm startTo serve on a port other than 8080:
$ gulp --port 8081Testing
To run test suite once:
$ npm testTo keep test suite running and watching:
$ npx karma startWith Chrome as browser (recommended):
npx karma start --browsers Chrome