Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.27 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.27 KB

Normal Distribution App

This workspace contains the Normal Distribution app for IXON Cloud. It can be used to analyze key metrics such as speed or product dimensions effectively. It is based on the IXON Cloud Custom Component Development Kit. Note that this app is built with Svelte, Typescript and SCSS. It requires you to be familiar with the Node.js ecosystem.

Testing locally

Install the dependencies...

npm install

...login to your IXON Cloud account...

npx cdk login

...and run the simulator:

npx cdk simulate normal-distribution

...this opens the simulator app in a browser and builds the component in watch-mode, which means that any changes to the component source files will trigger a rebuild and will auto-reload the simulator.

Documentation

To check out docs and examples on how to develop a custom component, visit Custom Component Development Docs.

The @ixon-cdk/runner page has a complete overview of all commands that can be run in a component workspace project.