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.
- OSS Maintenance and Community Building
- My experiences building engaged and fun communities around open-source projects
- Open Source Software Participation
- What is open source software and how you can actively participate
- Node.js: latest v20+ recommended
- Yarn: latest v4+, which will be activated automatically via Corepack
First clone this repository or your fork:
git clone https://github.com/andrewtavis/slides.git
# git clone https://github.com/<your-username>/slides.gitNavigate to the slides project and install the dependencies for all presentations via Corepack:
cd slides
corepack enable
yarn installBuild 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 devOnce 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.
