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