This project implements a JavaScript, browser-hosted user interface for the commons-room receptor complex that serves as a test-bed for the ceptr platform. Please see the low-level documentation on the commons-room, for a list of all the signals a commons-room receptor receives.
Follow the Anansi installation instructions. Then cd into the anansi/htdocs directory (create the htdocs directory if necessary) and clone this repository into it:
$ cd anansi
$ mkdir htdocs
$ cd htdocs
$ git clone git://github.com/metacurrency/Commons-Room-UI.git htdocs
Run the server:
$ lein run
Point your browser at: http://localhost:8080/commons-room
Copyright (C) 2011
Distributed under the Eclipse Public License, the same as Clojure.