# 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 ```