Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 905 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (13 loc) · 905 Bytes

How to contribute

Development guide

This project is using NPM to use packages and run actions. Run npm install to install the dependencies.

Presentations are made from Markdown files located in slides folder, with Slidev (code, docs).

To start a specific slide show:

  • run the website with npm run dev src/<my-presentation>.md
  • edit src/<my-presentation>.md and see the changes applied automatically on http://localhost:3030

💡 Look at the presenter options while presenting (switch dark mode switch for example)

To generate the exports:

  • generate a PDF file in dark mode with npm run export-dark src/<my-presentation>.md

For additional help on the content: