0.1.4 • Published 8 years ago

tvs-flow-editor v0.1.4

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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