OscarMarshall / elevent-client

The Elevent web client.

Home Page:http://elevent.solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elevent Client

The web front-end for Elevent Solutions, an all-around event software solution.

Dependencies

  • Leiningen - download script from website and follow directions to install.
  • Bower - install with $ npm install -g bower.

Usage

  1. $ bower install.
  2. $ lein figwheel.
  3. Optionally for repl support, in another terminal $ lein repl then elevent-client.dev=> (browser-repl).
  4. In a browser, navigate to localhost:8000.

Production

$ lein clean
$ lein cljsbuild once prod

The compiled files will be in ./resources/public/

Platforms

The build system runs on anything that has a JRE. Our web app will run in most browsers, but we only tested in Chrome.

Authors

Oscar Marshall and Leslie Baker

About

The Elevent web client.

http://elevent.solutions

License:Eclipse Public License 1.0


Languages

Language:Clojure 99.4%Language:HTML 0.6%