1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-09-20 19:37:27 +03:00
mdx-deck/templates/basic
2019-01-19 08:03:05 -05:00
..
.gitignore Add .gitignore to basic template 2018-08-30 15:14:13 -07:00
deck.mdx Add init cli 2018-08-25 16:40:44 -04:00
package.json Remove unnecessary metadata from template 2019-01-19 08:03:05 -05:00
README.md Edit readme 2018-08-25 16:42:59 -04:00
theme.js Add init cli 2018-08-25 16:40:44 -04:00

mdx-deck basic template

This was generated with mdx-deck's npm init deck command.

Development

To run the presentation deck in development mode:

npm start

Edit the deck.mdx file to get started.

Exporting

To build the presentation deck as static HTML:

npm run build

To export a PDF:

npm run pdf

To export an image of the title slide:

npm run image

For more documentation see the mdx-deck repo.