Build presentations with reveal.js with zip export, build with webpack.
- node 16
- Clone this repository
- Install all dependencies with
npm install
and change your project name and description on multible places - Do your changes in
index.html
and/or insrc/index.js
- Run
npm start
to run the deploy and automatically open theindex.html
in a browser
Run npm run export
to export your presentation into a single zip file.
- Start your presentation with
print-pdf
in Querystring, e.g.localhost:8080/index.html?print-pdf
- Use the
Print -> Save as PDF
function of your browser. (Google Chrome works best)