A simplified Deno web application built with Hono (API), Vento (templating), and HTMX (AJAX interactivity)
mise install
deno install
hk install
mise run build
mise watch build # Keeps built files up to date
mise watch dev --restart |& tail-jsonl # Hot reloads on TS changes, while mise watches .vto. Optionally run with `pipx:tail-jsonl`
deno task test:watch
hk run pre-commit --all
deno task prod # Serves production app from built executable