This is the attempt to build a new UI for navalgrid.com in ClojureScript to provide a fully interactive map.
- Java 8 or 11 (JDK)
- clj (Mac/Linux) or deps (Windows)
Windows:
$ deps -m nrepl.cmdline
Linux:
$ clj -m nrepl.cmdline
Windows:
$ deps -A:dev
Linux:
$ clj -A:dev
See test results at /figwheel-extra-main/auto-testing
Windows:
$ rm -rf target/public
$ deps -A:pro
Linux:
$ rm -rf target/public
$ clj -A:pro