Skip to content
Snippets Groups Projects
Commit db399f1a authored by William Warriner's avatar William Warriner
Browse files

update readme

parent 6d2cedff
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,18 @@
## How to build demo `quarto.qmd`
1. Build `conda` environment from `environment.yml`.
1. Run `quarto render`.
1. Run `quarto render`. This should be very fast.
## How to create PDF
### Setup
1. Install `npm`.
1. `npm install -g decktape` for global install.
### Repeat
1. `decktape reveal _output/quarto.html _output/quarto.pdf --screenshots-size=1280x720 --fragments=disable` or any other size in px. This takes awhile.
## TODO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment