Fork this repo and start building your next presentation in markdown.
yarn
V=<FILENAME> yarn build
yarn index
You need to specify the filename to build using V=
variable.
V=index yarn build
- build HTML, PDF and push to Github PagesV=index yarn watch:html
- continuously watch and build HTMLyarn serve
- launches a webserverV=index yarn build:pdf
- only build PDFV=index yarn build:html
- only build HTML