gatsby-starter-deck
Create presentations using Gatsby, React & Markdown. Inspired by Guillermo Rauch’s deck on Next.js and mdx-deck.
Installation
gatsby-cli
With $ gatsby new my-slides https://github.com/fabe/gatsby-starter-deck
git clone
With $ git clone my-slides git@github.com:fabe/gatsby-starter-deck.git
$ cd my-slides
$ yarn
Usage
Edit and extend your slides inside the src/slides.md
file. Navigate with the arrow keys.
# To develop & write
$ yarn develop
# To build
$ yarn build
Writing
src/slides.md
# This is the first slide
---
## This is the second slide
![Monkey](//i.imgur.com/PnbINJ6.gif)
Author
- Fabian Schultz (@fschultz_)