Published presentations are hosted on GitHub pages.
- Install LTS version of Node.js
- Install Pandoc
- Run
npm install --global gulp-clito install Gulp build tool - Run
npm installto install dependencies
- Run
gulpas needed to build slides inbuild/**/index.html - For automatic building and browser refreshing as you write, open two terminal windows and:
- Run
gulp watchto automatically rebuild presentation when you save a markdown file. - Run
npm run watchto automatically refresh your browser when a slide show is built.
- Run