Skip to content

programmierbar/event-screens

Repository files navigation

programmier.bar Event Screens

Looping presentation slides for programmier.bar meetup events, built with Slidev.

Getting Started

npm install
npm dev

or

deno install
deno task dev

Visit http://localhost:3030 to view the slides.

Editing

  • Edit slides.md to 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/.

Build & Export

npm build     # Build SPA to dist/
npm export    # Export to PDF

or

deno task build
deno task export

(Exporting requires Playwright to be installed)

Learn more about Slidev at the documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages