This is the UI commons for Kodo Kojo project
kodokojo-ui-commons
is a licensed under GNU General Public License v3.
You want to contribute? You are very welcome!
Chat with us on Gitter.
Please read following commit message policy and contributing policy.
- NodeJS (see package.json file for version).
- Consider using nvm to switch node version in development easily.
The UI is tested on Firefox and Chrome
Firefox |
Chrome |
Safari |
---|---|---|
last version | last version | last version |
thanks to @godban for the badge generator |
First install npm packages, build development files into static/, start webpack dev server on localhost:3000.
$ NODE_ENV=development npm install
Build and run styleguide.
$ npm run styleguide
Then open your browser.
$ open http://localhost:9001
$ npm run license
Run tests.
$ npm test
Run tests in watch mode.
$ npm run test:watch
Run coverage.
$ npm run coverage
$ open ./coverage/lcov-report/index.html
❤️ Thanks to all Open source projects which made such project possible!