Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 473 Bytes

File metadata and controls

27 lines (17 loc) · 473 Bytes

m-website

build status

The website for the M programming language.

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