1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-11-26 00:35:02 +03:00

Add docs for presenter mode

This commit is contained in:
Brent Jackson 2018-08-02 20:32:56 -04:00
parent 70f24d5451
commit 8405262fc9

View File

@ -251,6 +251,17 @@ export { default as Provider } from './Provider'
# Hello
```
## Presenter Mode
mdx-deck includes a built-in presenter mode, with a preview of the next slide and a timer.
To use presenter mode:
- Open two windows in the same browser, with the same URL on two different screens.
- In your window press the `p` key to enter presenter mode.
- Display the other window on the screen for the audience to see.
- Control the presentation from your window by using the left and right arrow keys; the other window should stay in sync
## Exporting
Add a `build` script to your `package.json` to export a presentation as HTML with a JS bundle.