https://github.com/hugodf/md-presentation
An opinionated starter to write presentations in markdown.
https://github.com/hugodf/md-presentation
markdown reveal-md
Last synced: 22 days ago
JSON representation
An opinionated starter to write presentations in markdown.
- Host: GitHub
- URL: https://github.com/hugodf/md-presentation
- Owner: HugoDF
- Created: 2021-06-09T16:26:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-09T17:18:23.000Z (almost 4 years ago)
- Last Synced: 2025-02-14T01:39:35.645Z (2 months ago)
- Topics: markdown, reveal-md
- Language: JavaScript
- Homepage: https://raw.githubusercontent.com/HugoDF/md-presentation/main/slides.pdf
- Size: 655 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# md-presentation
> Sample presentation at [slides.pdf](./slides.pdf).
An opinionated starter to write presentations in markdown.
Built on top of [reveal-md](https://github.com/webpro/reveal-md)/[reveal.js](https://revealjs.com/).
With additional processing of emoji, fragments & injection of code samples.
## Acknowledgments
- Leverages [reveal-md](https://github.com/webpro/reveal-md) for the markdown editing experience
- Uses [decktape](https://github.com/astefanutti/decktape) for PDF generation## Development
To run `md-presentation` locally, you can:
1. clone the repo
2. `npm install` (requires Node 14+ & npm 7+)
3. `npm start`
4. open [localhost:2000](http://localhost:2000)To generate PDFs:
Requirements:
- Node 14+
- npm 7+
- Docker1. Clone the repo
2. `npm install` (Node 14+ & npm 7+)
3. `npm run print`
4. The updated slides will be at [slides.pdf](./slides.pdf)