This workspace contains the Calculate Live Value app for IXON Cloud, which can be used to calculate a result based on multiple input variables. It uses tools provided by the IXON Cloud UI Component Development Kit (CDK). Note that this app is built with Svelte, Typescript and SCSS and it requires you to be familiar with the Node.js ecosystem.
Install the dependencies...
npm install
...login to your IXON Cloud account...
npx cdk login
...and run the simulator:
npx cdk simulate calculate-live-value
...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.
To check out docs and examples on how to develop a custom component, visit Custom Component Development Docs. The Component SDK page has a complete overview of all commands that can be run in a component workspace project.
Important note: When setting up variables in the Studio, make sure to separate words with dashes instead of spaces. For example: "variable-1".