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 testto launch karma testsnpm startto run a local development servernpm run lintto lint your code (JS and CSS)npm run stylelintto lint CSS onlynpm run buildto generate a production bundle (will be available underdist)npm run ci-testto launch karma tests and report the results to TeamCity