A repo containing all my slides for presentations.
- Move to the slide subfolder
cd slides
and then create a new slide usingnpm init slidev@latest
- Follow the instructions in cli to name the new slide
- Edit the slides and optionally preview them locally with
pnpm -F <slide-subfolder-name> run dev
- Commit your changes and push to GitHub
- Wait for the
deploy
workflow to finish - View it at https://chanbengz.github.io/slides/
- That's it!