Slides for my talk @ Reliable Web Summit (2021) titled Knowing Your TCO (Total Cost of Ownership). Hosted on Netlify and built using GreenwoodJS with the greenwood-starter-presentation theme pack plugin. Video recording available on on YouTube.
To operate the deck in full screen, click the "Presenter mode" button and use the left and right arrows keys to navigate through the slides. Hit
ESC
to exit presenter mode.
If you would like to run this project locally
- Have NodeJS LTS installed (or
nvm use
if you have nvm installed) - Clone or fork this repo
- Install dependencies
$ npm ci
- Start the server!
$ npm start
You can now run the deck by opening localhost:8080
in your browser.