Rapidly built prototype for players presence at an event written in Clojure and Clojurescript powered by replikativ.
Make sure leiningen is installed:
Build the web app:
lein cljsbuild once
Start the server:
lein run
Open the web app http://localhost:8080/index.html
If you want to work with the code and want real-time development:
Start the server:
lein run
Start figwheel:
lein figwheel
Open src/cljs/core.cljs
in your favourite editor and see changes at http://localhost:3449.
Copyright © 2017 Konrad Kühne
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.