Skip to content
Snippets Groups Projects

Install Prerequisites

  1. Oracle JDK 8 (http://www.oracle.com/technetwork/java/javase/downloads/index.html)
  2. Node.js for npm (http://nodejs.org/)
  3. 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.