Install Prerequisites
- Oracle JDK 8 (http://www.oracle.com/technetwork/java/javase/downloads/index.html)
- Node.js for npm (http://nodejs.org/)
- Leiningen (http://leiningen.org/)
Build
Install clojure + npm/bower requirements with
lein deps
npm install
Compile application css file with
./node_modules/gulp/bin/gulp.js build
Usage
Then run the HTTP server with
lein ring server
Unit Tests
Run unit tests with
lein expectations
Documentation
Generate documentation with
lein marg
Options
...
Examples
...
Bugs
...
License
Copyright © 2015 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.