Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 653 Bytes

File metadata and controls

41 lines (24 loc) · 653 Bytes

naokihaba's Talks

Slides & code for my talks, using Slidev!

Catalogue

Development

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.

Build

To build the Slides Website, run

pnpm build

Export to PDF

To export the Slides to PDF, run

pnpm export

the PDF will be generated in the <your talk folder>/slides.pdf folder.