Files
nebula.js/examples/chart-conversion
linhnguyen-qlik e29328cae3 fix: make sure stepCycle exists before calling (#1509)
* fix: make sure checking stepCycle func exist before calling

* fix: make sure stepCycle func exist before calling

* fix: also check if app exist

* fix: add return

* fix: make sure checking stepCycle func exist before calling

* fix: make sure stepCycle func exist before calling

* fix: also check if app exist

* fix: add return

* chore: update engima and schema version

* test: unit test

* fix: remove engine version

---------

Co-authored-by: caele <tsm@qlik.com>
2024-03-18 11:26:07 +01:00
..

Nebula Development Mashup example

Example mashup for nebula development

Install

To use a local nebula version, run this in the stardust folder to allow linking your local version.

yarn link

Update dependencies and link nebula

yarn
yarn link "@nebula.js/stardust"

Run

Run parcel server

yarn start

Open you browser to http://localhost:1234

Making local changes

The gitignore is setup to exclude a folder named local-dev in the root of this repository. So to make local changes to the mashup you can create that folder and copy all files into it.