kiskadi-widget
v0.0.24
Published
A widget for the Kiskadi platform
Downloads
11
Readme
KISKADI widget
A widget for the Kiskadi platform
How to use
<script src="https://thingproxy.freeboard.io/fetch/https://unpkg.com/[email protected]/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