Looping presentation slides for programmier.bar meetup events, built with Slidev.
npm install
npm devor
deno install
deno task devVisit http://localhost:3030 to view the slides.
- Edit
slides.mdto modify slide content. Slides are separated by---with YAML frontmatter for layout and transition options. - Custom layouts live in
theme/layouts/(e.g.,title,cover,agenda,quoted,feedback). - Shared components live in
theme/components/(e.g.,Logo,Autoplay). - Theme styles are in
theme/styles/. - Static assets (images, QR codes) go in
public/assets/.
npm build # Build SPA to dist/
npm export # Export to PDFor
deno task build
deno task export(Exporting requires Playwright to be installed)
Learn more about Slidev at the documentation.