12-factor-app

See presentation.

Keyboard Shortcuts

  • N, SPACE: Next slide
  • P: Previous slide
  • , H: Navigate left
  • , L: Navigate right
  • , K: Navigate up
  • , J: Navigate down
  • Home: First slide
  • End: Last slide
  • B, .: Pause (Blackout)
  • F: Fullscreen
  • ESC, O: Slide overview / Escape from full-screen
  • S: Speaker notes view
  • ?: Show keyboard shortcuts
  • alt + click: Zoom in. Repeat to zoom back out.

Development

nvm use
yarn install
yarn run watch

Open http://localhost:1948/presentation.md

Create PDF

yarn run create-pdf

Alternative

Local development server has to be running on port 1948

yarn run start

Then run:

yarn run create-pdf-local

Deploy

yarn run deploy