Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 372 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 372 Bytes

Dash

A dashboard for Mindfork.

Hacking Dash

You'll need Leiningen.

To get started working with Dash, you should be working in the tests build.

Start up the local dev server using figwheel:

lein figwheel test

Direct your browser to localhost:3449/index_test.html. Happy hacking!