This repository is a collection of presentations and slides maintained by the SJCI FRC robotics team.
Many of the presentations use Marp to convert Markdown into different presentation mediums.
This requires you have a properly configured Node environment with npx
running, so the marp
CLI can be used.
To generate a new presentation template, run the following command, where the <folder>
is the name of the presentation.
./bin/gen-slides.sh my-cool-presentation
To generate the powerpoint, presentation, cover image, and PDF for the presentation, run the following command, where the <folder>
is the name of the presentation.
./bin/export-slides.sh my-cool-presentation