• Stars
    star
    143
  • Rank 257,007 (Top 6 %)
  • Language
    Clojure
  • License
    MIT License
  • Created about 3 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A visual programming interface for ClojureScript

Vlojure is a visual programming interface for ClojureScript. You can use vlojure by visiting vlojure.io in your browser. See vlojure.io/about

Local Development

To work on vlojure, clone the repo and run npm i to install the npm dependencies.

Live

To use Shadow CLJS's "watch" mode while developing, which first run clojure -M:server in the root directory. This starts up local stasis development server on localhost:3000. Then, run npm run watch in the root directory to start in watch mode.

Exporting

To export an optimized release build, run npm run release && clojure -M:export. This will create an "out" directory that contains the exported static site.