Checklists created by the Oregon State Flying Club for use by its members.
These checklists are written in Typst, so you will need the Typst compiler to build them. If your operating system does not package Typst (most don't at the moment), you can instead install a Rust toolchain and use that to install Typst:
cargo install typst-cli
You also need to create a file called signature.typ with your name in it (this
is to distinguish checklists that you print for yourself from the club's
checklists):
echo '<your name>' > signature.typ
Once you have a working typst command, you can build the documents by running
make.