Skip to content

trivial-space/flow-editor

Repository files navigation

Flow editor

A visual development environment for flow graphs.

Development

Requirements

Install Dependencies:

npm install
cd resources/public
jspm install

Run application:

lein clean
lein figwheel dev

Figwheel will automatically push cljs changes to the browser.

Wait a bit, then browse to http://localhost:8080/examples/tetris/index.html.

Compile styles

gulp

Production Build

lein clean
lein cljsbuild once min

Licence

MIT, see the LICENCE file in the repository.

Copyright (c) 2016 Thomas Gorny

About

A visual development environment for reactive flow graphs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published