Write Reveal.js presentations using Clojure. Supports a local web server, pre-parsing Markdown, and compiling presentations into standalone, offline-ready HTML files.
To create a single, standalone presentation file at target/classes/public/index.html, run:
lein run compile
During development, you can just run prez.core/-main without any arguments and start a local server like this:
lein ring server
Copyright © 2013 Daniel L. Gregoire