In this folder, you'll find the source of the slides used in the course lectures and tutorials. These slides are rendered using Slidev. Slidev can render the slides as PDF, as well as set up a web app to do the presentation in.
Install Node.js and Yarn. Navigate to /path/to/101-rs/slides
and run
yarn
This will download all tools to render the slides.
Refer to the scripts
array in package.json for available commands. For example, run the following command in you terminal to set up a dev server for the module 0 lecture slides:
yarn run dev-0
This command will output the instructions on how to open the slides in your browser.
Refer to the Slidev guides for more commands and syntax.