Most layers (at 692): http://livemocker.clojurecup.com/document/17592186069659
Most lewd: http://livemocker.clojurecup.com/document/17592186068833
Most intricate: http://livemocker.clojurecup.com/document/17592186095198
http://livemocker.clojurecup.com/document/666
http://livemocker.clojurecup.com/document/789
http://livemocker.clojurecup.com/document/404
Install node dependencies (requires a recent version of node):
npm install
Download all of the 3rd-party javascript dependencies:
node_modules/.bin/bower install
Download datomic from here https://my.datomic.com/downloads/free
unzip it and from within the directory run
bin/transactor config/samples/free-transactor-template.properties
Start the server:
lein run
That will start a server on port 8080 and start an nrepl on port 6005.
Compile the frontend clojurescript assets:
lein cljsbuild auto dev
Then go to http://localhost:8080
nrepl in to the nrepl server and run:
(require 'pc.util)
(pc.util/connect-browser-weasel)
Then reload the app.