Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miguelsolorio/mdx-now-test
https://github.com/miguelsolorio/mdx-now-test
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/miguelsolorio/mdx-now-test
- Owner: miguelsolorio
- Created: 2019-03-03T03:39:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T17:13:06.000Z (about 2 years ago)
- Last Synced: 2024-12-09T12:30:21.743Z (about 2 months ago)
- Language: JavaScript
- Size: 702 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
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
```To export a PDF:
```sh
npm run pdf
```To export an image of the title slide:
```sh
npm run image
```For more documentation see the [mdx-deck][] repo.
[mdx-deck]: https://github.com/jxnblk/mdx-deck