/proofficecalculator.com

The official website of Pro Office Calculator

Primary LanguageClojure

proofficecalculator.com

The official website of Pro Office Calculator.

Building and running

To run locally

    rlwrap lein figwheel

Then navigate to http://localhost:3449 in the browser. Figwheel will rebuild the ClojureScript when the source changes.

To build the css, run

    lein less once

or

    lein less auto

To make a production build, run

    lein build