Skip to content

Latest commit

 

History

History
49 lines (23 loc) · 1.19 KB

README.md

File metadata and controls

49 lines (23 loc) · 1.19 KB

Template to Slidev!

Presentation Slides for Developers

Demo

To start the slide show locally:

With this options, it's possible to record a presentation and edit files on browser.

To generate the html files locally:

  • yarn build

There is also the option to export the presentations to pdf files:

  • yarn export

To reproduce the project, including the github-pages:

  • Fork de project
  • Allow permission: settings -> Actions (General) -> Workflow permissions (Read and write permissions)
  • It'll be generated a gh-pages branch with the content. It can take more than 3min.
  • Start gh-pages branch: settings -> Pages -> Source -> Branch: gh-pages -> Save.

Edit the ./presentations/slides.md to see the changes.

Learn more about on Slidev guide.

Improvements