This project is open source. You are welcome to contribute to the development of this widget or use the source code as a springboard to develop your own widgets.
After you check out the project, run npm install
once to install all of the dependencies.
When installed, the following commands are available:
npm test
to launch karma testsnpm start
to run a local development servernpm run lint
to lint your code (JS and CSS)npm run stylelint
to lint CSS onlynpm run build
to generate a production bundle (will be available underdist
)npm run ci-test
to launch karma tests and report the results to TeamCity