Skip to content

kodokojo/kodokojo-ui-commons

Repository files navigation

Kodo Kojo UI Commons

This is the UI commons for Kodo Kojo project

Join the chat at https://gitter.im/kodokojo/kodokojo

Open Source Love

Kodo Kojo UI version node npm

Dependency Status

License

kodokojo-ui-commons is a licensed under GNU General Public License v3.

Contribute

You want to contribute? You are very welcome!
Chat with us on Gitter.
Please read following commit message policy and contributing policy.

Prerequisite

  • NodeJS (see package.json file for version).
  • Consider using nvm to switch node version in development easily.

Browser support

The UI is tested on Firefox and Chrome

Firefox
Firefox
Chrome
Chrome
Safari
Safari
last version last version last version
thanks to @godban for the badge generator

Installation

First install npm packages, build development files into static/, start webpack dev server on localhost:3000.

$ NODE_ENV=development npm install

Run styleguide

Build and run styleguide.

$ npm run styleguide

Then open your browser.

$ open http://localhost:9001

Add license in source files headers

$ npm run license

Tests (no tests yet)

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!