This is a simple utility to watch for changes in your typst file and automaticaly recompile them for live feedback.
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.