Typst-live

This is a simple utility to watch for changes in your typst file and automaticaly recompile them for live feedback.

Difference from --watch flag

typst-live hosts a webserver that automatically refreshes the page so you don't have to manually reload it with typst --watch

Installation

If you have rust setup use the following command: cargo install typst-live

Usage