Add (kind of creepy) result visualization

This commit is contained in:
heyarne 2020-05-05 00:25:15 +02:00
commit 9b7f2f2efb
5 changed files with 87 additions and 11 deletions

View file

@ -9,8 +9,7 @@
;; clojurescript build tool and dependencies (see also shadow-cljs.edn)
{:cljs {:extra-deps {thheller/shadow-cljs {:mvn/version "2.8.109"}
appliedscience/js-interop {:mvn/version "0.2.5"}
reagent {:mvn/version "1.0.0-alpha1"}}
:main-opts ["-m" "shadow.cljs.devtools.cli"]}
reagent {:mvn/version "1.0.0-alpha1"}}}
;; packaging the server as a standalone jar for production
:uberjar {:extra-deps {luchiniatwork/cambada {:mvn/version "1.0.2"}}