https://github.com/mathdroid/litebites10
https://github.com/mathdroid/litebites10
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mathdroid/litebites10
- Owner: mathdroid
- Created: 2020-09-18T02:13:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T11:41:39.000Z (over 5 years ago)
- Last Synced: 2025-04-20T06:34:54.695Z (10 months ago)
- Language: JavaScript
- Homepage: https://litebites10.vercel.app
- Size: 1.11 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- 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