You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
339 B
Markdown

# kids-stuff
custom made resources, worksheets, etc for kids!
## building
You'll need to install `typst`, then build any file like so:
```
typst compile --font-path ./fonts path/to/thing.typ path/to/thing.pdf
# e.g.,
typst compile --font-path ./fonts morning-checklist/morning-checklist.typ morning-checklist/morning-checklist.pdf
```