Skip to content

chanbengz/slides

Repository files navigation

slides

A repo containing all my slides for presentations.

Usage

  1. Move to the slide subfolder cd slides and then create a new slide using npm init slidev@latest
  2. Follow the instructions in cli to name the new slide
  3. Edit the slides and optionally preview them locally with pnpm -F <slide-subfolder-name> run dev
  4. Commit your changes and push to GitHub
  5. Wait for the deploy workflow to finish
  6. View it at https://chanbengz.github.io/slides/
  7. That's it!