Quick Start
From zero to presentation in 4 steps.
-
Create a Markdown file:
# Hello World --- ```bash run echo "This works!" ``` -
Preview live:
slides-tape serve talk.md -
Record script:
slides-tape run script.sh -
Export deck:
slides-tape export talk.md -o video.mp4