Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 372 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 372 Bytes

meeting-burn

Shows how much money is being spent during a meeting

Development Mode

lein clean
lein figwheel

Figwheel will automatically push cljs changes to the browser.

Wait a bit, then browse to http://localhost:3449.

Production Build

lein clean
lein cljsbuild once min