Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akinncar/talk-open-source
- Owner: akinncar
- Created: 2022-08-26T23:47:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-29T18:38:32.000Z (about 2 years ago)
- Last Synced: 2024-08-01T21:46:36.519Z (4 months ago)
- Topics: open-source
- Language: JavaScript
- Homepage: https://akinncar.github.io/talk-open-source/#0
- Size: 963 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```