- Git.
- Grunt.
- Node.js.
- Emacs.
- Org mode.
htmlize.el
.- Org-Reveal.
- Check out the submodule version of reveal.js.
git submodule update --init
- Install Grunt in the submodule.
cd reveal.js npm install
- Build reveal.js.
grunt
- Open
creative-app-engine.org
in Emacs. - Load Org-Reveal.
(load-library "ox-reveal")
- Export the presentation and open it in a web browser.
(org-reveal-export-to-html-and-browse)