Skip to content

RustBit/klee

 
 

Repository files navigation

Klee

A standalone Unreal Engine Blueprint visualizer for the web.

Build minified JS

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.min.js relative to the root of the project directory.

Development setup

npm install
npm run dev

About

A standalone Unreal Engine Blueprint visualizer for the web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.1%
  • TypeScript 38.5%
  • JavaScript 0.4%