grischoun / PresencePeelR

Time tracking application using replikativ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PresencePeelR

Rapidly built prototype for players presence at an event written in Clojure and Clojurescript powered by replikativ.

Usage

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

Development

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.

License

Copyright © 2017 Konrad Kühne

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Time tracking application using replikativ

License:Eclipse Public License 1.0


Languages

Language:Clojure 77.7%Language:CSS 18.8%Language:HTML 3.5%