An election swingometer
Find a file
2024-07-08 22:08:10 +01:00
resources Not so much of a branch, more a whole new project 2024-07-08 22:08:10 +01:00
src Not so much of a branch, more a whole new project 2024-07-08 22:08:10 +01:00
.gitignore Not so much of a branch, more a whole new project 2024-07-08 22:08:10 +01:00
.lein-failures Not so much of a branch, more a whole new project 2024-07-08 22:08:10 +01:00
LICENSE.md Initial commit 2017-07-12 17:01:59 +01:00
project.clj Not so much of a branch, more a whole new project 2024-07-08 22:08:10 +01:00
README.md Not so much of a branch, more a whole new project 2024-07-08 22:08:10 +01:00

radial-svg-graph

A re-frame application designed to show a radial SVG graph, possibly with several rings.

Development Mode

Run application:

lein clean
lein figwheel dev

Figwheel will automatically push cljs changes to the browser.

Wait a bit, then browse to http://localhost:3449.

Production Build

To compile clojurescript to javascript:

lein clean
lein cljsbuild once min