A standalone Blender Node Group visualizer using Unreal Engine Blue Print Serialization for the web. Based on Klee
To build a minified JavaScript file of klee you have to install the development dependencies:
npm install
As soon as the dependencies are installed you can run the following command to build a minified JavaScript file.
npm run build
You can find the output at dist/klee-blender.min.js
relative to the root of the project directory.
npm install
npm run dev