https://github.com/semperos/prez
Reveal.js Presentations in Clojure
https://github.com/semperos/prez
Last synced: 12 months ago
JSON representation
Reveal.js Presentations in Clojure
- Host: GitHub
- URL: https://github.com/semperos/prez
- Owner: semperos
- Created: 2013-05-01T05:07:17.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-01T05:07:37.000Z (about 13 years ago)
- Last Synced: 2025-03-05T10:31:44.205Z (over 1 year ago)
- Language: JavaScript
- Size: 306 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prez: Reveal.js Presentation Generator #
Write Reveal.js presentations using Clojure. Supports a local web server, pre-parsing Markdown, and compiling presentations into standalone, offline-ready HTML files.
## Running
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
```
## License
Copyright © 2013 Daniel L. Gregoire