Skip to content

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

Notifications You must be signed in to change notification settings

Nylle/cljs-navalgrid

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published