Skip to content
Shmuel Max edited this page May 4, 2026 · 2 revisions

🎤 Workshop Slides

👉 Download the original deck

The PowerPoint file used in the live workshop. ~4.6 MB.

💡 Tip: GitHub also lets you preview a .pptx directly in the browser — open slides/GitHub-Workshop.pptx in the repo viewer.


🌐 Web version (optional)

There's also a Slidev version of the deck deployed to GitHub Pages:

shmuelmax100.github.io/github-workshop

Key Action
/ Space Next slide
Previous slide
f Toggle fullscreen
o Slide overview
p Presenter mode (notes + timer)
d Toggle dark mode

Source: slides/slides.md. Edit + push to main → auto-deploys.


Local development (Slidev)

git clone https://github.com/ShmuelMax100/github-workshop.git
cd github-workshop/slides
npm install
npm run dev    # http://localhost:3030

Export Slidev to PDF

cd slides
npx playwright install chromium
npm run export

Clone this wiki locally