Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thescientist13/knowing-your-tco
Slides and video for my talk @ Reliable Web Summit (2021)
https://github.com/thescientist13/knowing-your-tco
Last synced: 9 days ago
JSON representation
Slides and video for my talk @ Reliable Web Summit (2021)
- Host: GitHub
- URL: https://github.com/thescientist13/knowing-your-tco
- Owner: thescientist13
- Created: 2021-07-30T22:25:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-15T14:00:18.000Z (12 months ago)
- Last Synced: 2024-10-07T23:20:12.728Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 9.47 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/a16a75fe-bf67-4edb-a160-63cacd943752/deploy-status)](https://app.netlify.com/sites/practical-goldberg-a5ae74/deploys)
# knowing-your-tco
Slides for my talk @ [Reliable Web Summit (2021)](https://reliablewebsummit.com/) titled _Knowing Your TCO (Total Cost of Ownership)_. [Hosted on Netlify](https://practical-goldberg-a5ae74.netlify.app/) and built using [GreenwoodJS](https://greenwoodjs.io) with the [**greenwood-starter-presentation** theme pack plugin](https://github.com/thescientist13/greenwood-starter-presentation/). Video recording available on on [YouTube](https://youtu.be/6QBf5QCRSPI).
> _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._
## Running Locally
If you would like to run this project locally
1. Have [NodeJS](https://nodejs.org/) LTS installed (or `nvm use` if you have nvm installed)
1. Clone or fork this repo
1. Install dependencies
```sh
$ npm ci
```
1. Start the server!
```sh
$ npm start
```You can now run the deck by opening `localhost:8080` in your browser.