Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.22 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.22 KB

Lemur

My senior thesis in CS at the University of Chicago, advised by Borja Sotomayor. Special thanks to Ravi Chugh (UChicago CS) and Mike Wilde (UChicago Computation Institute/Argonne National Lab).

running map & lambda example

Requires

  1. Elm 0.16 (elm-lang.org)
  2. Node.js 0.12
  3. Python 2.7

How to run

With Docker

$ docker run -p 3000:3000 vilterp/lemur

By Hand

In root directory:

  1. $ make deps (installs Elm and Node packages)
  2. $ make (compiles Elm code)
  3. $ node server.js
  4. Open browser to http://localhost:3000/