This is a simple utility to watch for changes in your typst file and automaticaly recompile them for live feedback.
--watch
flagtypst-live
hosts a webserver that automatically refreshes the page so you don't have to manually reload it with typst --watch
If you have rust setup use the following command:
cargo install typst-live
typst-live
from your terminal:
$ ./typst-live <file.typ>
Server is listening on http://0.0.0.0:5599/
http://0.0.0.0:5599/
in your browser.file.typ
and watch changes appear in browser tab.