Slides & code for my talks, using Slidev!
pnpm dev
visit http://localhost:3030
Edit the <your talk folder>/src/slides.md
to see the changes.
Learn more about Slidev at the documentation.
To build the Slides Website, run
pnpm build
To export the Slides to PDF, run
pnpm export
the PDF will be generated in the <your talk folder>/slides.pdf
folder.