Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 736 Bytes

README.md

File metadata and controls

41 lines (35 loc) · 736 Bytes

About

This is the attempt to build a new UI for navalgrid.com in ClojureScript to provide a fully interactive map.

Prerequisites

Start remote REPL

Windows:

$ deps -m nrepl.cmdline

Linux:

$ clj -m nrepl.cmdline

Run It

Windows:

$ deps -A:dev

Linux:

$ clj -A:dev

See test results at /figwheel-extra-main/auto-testing

Build For Production

Windows:

$ rm -rf target/public
$ deps -A:pro

Linux:

$ rm -rf target/public
$ clj -A:pro