are-you-testing-your-observability

"Are you testing your Observability?" Talk presentation

GPL-3.0 License

Stars
7

Are you testing your Observability?

Live Example: https://are-you-testing-your-observability.now.sh

Events

GoDays Berlin 2020

FOSDEM 2020

Keyboard Shortcuts

Key Description
Left Arrow, Page Up, Shift + Space Go to previous slide
Right Arrow, Page Down, Space Go to next slide
Option + P Toggle Presenter Mode
Option + O Toggle Overview Mode
Option + G Toggle Grid Mode

Development

npm install # or yarn install

See tutorial on How to create slides

Run locally

npm start

Export to PDF

To export a PDF from production deck, run:

npm run pdf

To export PDF from local deck, run:

npm start

and then in another terminal:

npm run pdf-local

Deploy

npm i -g now # only needed for deployment

Stage

now

Prod

now --prod