Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akinncar/talk-open-source

Talk about Open Source
https://github.com/akinncar/talk-open-source

open-source

Last synced: 8 days ago
JSON representation

Talk about Open Source

Awesome Lists containing this project

README

        

# Open Source Slides

### Slides

Website: https://akinncar.github.io/talk-open-source/#0

### Run

Install Dependencies
```
yarn
```

Start localhost
```
yarn start
```

### Build and publish

To build and publish to Github Pages:

```sh
yarn build
```

```sh
yarn publish:deck
```

### Generate PDF

To export a deck as PDF, use the website-pdf CLI. Start the MDX Deck dev server, then run the following command to create a PDF:

```sh
npx website-pdf http://localhost:8080 -o deck.pdf
```