0.0.24 • Published 3 years ago

kiskadi-widget v0.0.24

Weekly downloads
24
License
MIT
Repository
-
Last release
3 years ago

KISKADI widget

A widget for the Kiskadi platform

How to use

<script src="https://thingproxy.freeboard.io/fetch/https://unpkg.com/kiskadi-widget@0.0.5/dist/main.js?franchise=13"></script>

Development

yarn install && yarn start

Build + Run production

yarn install && yarn build && npx serve dist

Linters

The project uses 2 complementary linters, tslint and prettier.

The list of lint commands

yarn tslint #lint active fix issues using tslint
yarn prettier #lint active fix issues using prettier
yarn lint #lint fix issues using tslint then prettier