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

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 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.

About

Presentations related to open source

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks