Skip to content

jaccarmac/creative-app-engine

Repository files navigation

Requirements.

  • Git.
  • Grunt.
  • Node.js.
  • Emacs.
  • Org mode.
  • htmlize.el.
  • Org-Reveal.

Building and running.

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