A component to render node-based structure which can be link via in- and output connectors
Clone this project with
git clone https://github.com/KaiPUecker/nodepane-component.git nodepane-component
then switch into that folder with
cd nodepane-component
and install everything with
npm i
After setting up the project you can edit the files. During editing you can run a watch with
npm run build:watch
to automatically build all files while editing them or run
npm run build
after you edited everything to build all in one step