Getting started might not be super straightforward, but once you got it setup you can set it and forget it 😁
- Download the latest reveal.js zip https://github.com/hakimel/reveal.js/archive/master.zip
- unzip
- write in index.html for a basic slideshow
```
Reveal.initialize();
```
there are other settings to change so you can write it in markdown, add animations etc