https://github.com/ericadamski/ship-it-seminar-slides
The source slide for https://boltcoding.com/seminar/7CPSim4eW9eZbL
https://github.com/ericadamski/ship-it-seminar-slides
Last synced: 3 months ago
JSON representation
The source slide for https://boltcoding.com/seminar/7CPSim4eW9eZbL
- Host: GitHub
- URL: https://github.com/ericadamski/ship-it-seminar-slides
- Owner: ericadamski
- Created: 2021-01-10T17:35:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-13T19:09:35.000Z (over 4 years ago)
- Last Synced: 2025-01-06T09:45:37.547Z (5 months ago)
- Language: JavaScript
- Homepage: ship-it-seminar-slides.ericadamski.vercel.app
- Size: 404 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mdx-deck basic template
This was generated with [mdx-deck][]'s `npm init deck` command.
## Development
To run the presentation deck in development mode:
```sh
npm start
```Edit the [`deck.mdx`](deck.mdx) file to get started.
## Exporting
To build the presentation deck as static HTML:
```sh
npm run build
```For more documentation see the [mdx-deck][] repo.
[mdx-deck]: https://github.com/jxnblk/mdx-deck