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

https://github.com/denysdovhan/keynote-slides-template

Template repo for my Keynote slides exported as HTML
https://github.com/denysdovhan/keynote-slides-template

keynote slides talk template

Last synced: 7 months ago
JSON representation

Template repo for my Keynote slides exported as HTML

Awesome Lists containing this project

README

          

# keynote-slides-template

How to setup:

1. Open your Keynote slides
2. `File` → `Export To` → `HTML…`.
3. Click `Next` in export popup and save the result of the export.
4. Copy `assets` and `index.html` into this repo.
5. Update `README.md` file (title and topic).
6. Update `package.json` (`name` and `description` fields).
7. Remove this instruction.
8. Commit and push.
9. Profit!

---

# slides-topic

> Slides for my talk about Topic

## Scripts

- `npm start` — start up the [local server](http://localhost:3000).

## License

MIT © [Denys Dovhan](http://denysdovhan.com)