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 Community Building
- Build engaged and fun communities around open-source projects
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 project and install the dependencies for all presentations:
cd slides
# Based on your package manager:
yarn install
npm install
pnpm 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 for your package manager:
cd SLIDES_OF_CHOICE
# Based on your package manager:
yarn install
yarn run dev
npm install
npm run dev
pnpm install
pnpm run dev
Once finished you can visit http://localhost:3000 to view the slides. Follow the prompts in your terminal to close them or do other actions.