Quick Start

From zero to presentation in 4 steps.

  1. Create a Markdown file:

    # Hello World
    
    ---
    
    ```bash run
    echo "This works!"
    ```
    
  2. Preview live: slides-tape serve talk.md

  3. Record script: slides-tape run script.sh

  4. Export deck: slides-tape export talk.md -o video.mp4