Presentation materials.
This presentation is using the reveal.js framework, you should look there for documentation on how to adjust things.
To setup your local environment run:
$ npm install
Then to start the local development server run:
$ npm run start
To build the static version of the project for production use run:
$ npm run build