Skip to content

andrewtavis/slides

Slides logo

issues license coc

Presentations related to open source

This repo contains various presentations for open-source software related topics. The slides are created using Slidev.

Suggestions for how to improve the content of these slides are more than welcome! ✨ Edits will mainly be made in the corresponding slides.md file for each presentation. Please see the contributing guide if you'd like to help.

Contents

Running Slides

Prerequisites

  1. Node.js: latest v20+ recommended
  2. Yarn: latest v4+, which will be activated automatically via Corepack

Building Slides

First clone this repository or your fork:

git clone https://github.com/andrewtavis/slides.git
# git clone https://github.com/<your-username>/slides.git

Navigate to the slides project and install the dependencies for all presentations via Corepack:

cd slides

corepack enable
yarn install

Build and open your slides of choice by navigating to its directory, linking it to the shared dependencies and executing the run dev command:

cd SLIDES_OF_CHOICE

yarn install
yarn run dev

Once finished you can visit http://localhost:3000 to view the slides. Follow the prompts in your terminal to close the slides or do other actions. Note also that Slidev is a live development server — changes to the slides.md files for each presentation will automatically be reflected in the browser.

Contributors 3

  •  
  •  
  •