This repo uses Slidev to create and present slides from Markdown.
npm install
npm run devThen open the URL shown in the terminal (default: http://localhost:3030).
| Command | Description |
|---|---|
npm run dev |
Start dev server for sample talk and open in browser |
npm run build |
Build sample talk as static site (e.g. for hosting) |
npm run export |
Export sample talk to PDF, PPTX, or PNGs |
- Copy
sample-talk/to a new folder (e.g.my-talk/). - Edit
slides.mdin that folder with your content. - Add scripts in root
package.json(e.g."dev:my-talk": "slidev my-talk/slides.md --open") and runnpm run dev:my-talk.
Slides are written in Markdown; use --- to separate slides. See the Slidev guide for syntax and options.