Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/herminiotorres/speakerdeck
https://github.com/herminiotorres/speakerdeck
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/herminiotorres/speakerdeck
- Owner: herminiotorres
- License: mit
- Created: 2020-08-26T04:14:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T21:33:29.000Z (about 1 year ago)
- Last Synced: 2023-10-18T10:07:47.819Z (about 1 year ago)
- Language: Elixir
- Size: 29.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deck
- [Be a better parent to your children - Seattle Meetup - 2020-08-25](./2020-08-25-seattle-meetup/Be%20a%20better%20parent%20to%20your%20children.pdf)
## tools
I use [reveal.js](https://revealjs.com) to create my presentations.
### reveal.js
Clone the reveal.js repository
```
$ git clone https://github.com/hakimel/reveal.js.git
```
Move to the reveal.js folder and install dependencies
```
$ cd reveal.js && bun install
```
Serve the presentation and monitor source files for changes
```
$ bun run start
```
Open http://localhost:8000 to view your presentation