Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 555 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 555 Bytes

reframe-git

Web application providing data visualization for git repositories.

A ClojureScript/re-frame application.

This application uses a Leiningen template.

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

lein clean
lein cljsbuild once min