report/
├── main.typ // the main report file
├── template.typ // the template controlling the report layout
└── refs.bib // the bibliography file
Install Typst.
Run this in the project root:
typst compile main.typAutomatically rebuild on changes:
typst watch main.typ