https://github.com/firedev/marp-boilerplate
Fork this repo and start building your next presentation in markdown.
https://github.com/firedev/marp-boilerplate
Last synced: 5 months ago
JSON representation
Fork this repo and start building your next presentation in markdown.
- Host: GitHub
- URL: https://github.com/firedev/marp-boilerplate
- Owner: firedev
- Created: 2022-04-08T05:12:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-04T17:51:04.000Z (almost 3 years ago)
- Last Synced: 2025-07-13T23:18:36.155Z (12 months ago)
- Language: HTML
- Size: 131 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Markdown Presentation Toolkit Boilerplate
Fork this repo and start building your next presentation in markdown.
## Docs
https://marp.app/
## Installation
```
yarn
```
## Build
```
V= yarn build
```
## Demo
```
yarn index
```
* [index.html](index.html)
* [index.pdf](index.pdf)
## Tasks
You need to specify the filename to build using `V=` variable.
- `V=index yarn build` - build HTML, PDF and push to Github Pages
- `V=index yarn watch:html` - continuously watch and build HTML
- `yarn serve` - launches a webserver
- `V=index yarn build:pdf` - only build PDF
- `V=index yarn build:html` - only build HTML