https://github.com/andrewtavis/slides
Presentations related to open source
https://github.com/andrewtavis/slides
open-source presentations public-domain slides slideshows
Last synced: 2 months ago
JSON representation
Presentations related to open source
- Host: GitHub
- URL: https://github.com/andrewtavis/slides
- Owner: andrewtavis
- License: cc0-1.0
- Created: 2024-12-31T14:04:57.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-04T17:39:45.000Z (5 months ago)
- Last Synced: 2025-01-22T00:55:34.721Z (4 months ago)
- Topics: open-source, presentations, public-domain, slides, slideshows
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/andrewtavis/slides/issues)
[](LICENSE.txt)
[](.github/CODE_OF_CONDUCT.md)### Presentations related to open source
This repo contains various presentations for open-source software related topics. The slides are created using [Slidev](https://github.com/slidevjs/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](CONTRIBUTING.md) if you'd like to help.
## **Contents**
- [OSS Community Building](https://github.com/andrewtavis/slides/tree/main/oss_community_building)
- How to build efficient and fun communities
- [OSS Maintenance](https://github.com/andrewtavis/slides/tree/main/oss_maintenance)
- Tips for maintaining open-source software## Building Slides
First clone this repository or your fork:
```bash
git clone https://github.com/andrewtavis/slides.git
# git clone https://github.com//slides.git
```Navigate to the project and install the dependencies for all presentations:
```bash
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 and executing the `run dev` command for your package manager:
```bash
cd SLIDES_OF_CHOICE# Based on your package manager:
yarn run dev
npm run dev
pnpm run dev
```Once finished you can visit to view the slides. Follow the prompts in your terminal to close them or do other actions.