- Create a web-accessible directory for the presentation
- Download the latest from the impress.js repo (https://github.com/bartaz/impress.js/)
- Make the /js and /css directory off the web root and copy the impress js & css files in
- Execute "php impress-gen.php" and the impress presentation file will be outputted
in docroot: /index.html <-- generated presentation
/css/impress-demo.css
/js/impress.js
Using default settings $ php impress-gen.php
Getting help on command line options $ php impress-gen.php --help
Pathing is hard-coded for now, but there's plans to change that in the future. Full Markdown support HAS NOT been implemented (yet)
Chris Cornutt ccornutt@phpdeveloper.org MIT license