Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/herminiotorres/speakerdeck


https://github.com/herminiotorres/speakerdeck

Last synced: 23 days ago
JSON representation

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