mirror of
https://github.com/usestrix/strix.git
synced 2026-08-24 11:52:38 +02:00
Add a local web viewer for runs
`strix view` opens a run in the browser, served locally from the run files (nothing is uploaded). There's also a quick link to it from the TUI and the end-of-run summary.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
# Node / local-viewer SPA source (the built bundle in
|
||||
# strix/viewer/viewer_dist/ is committed and shipped; do not ignore it)
|
||||
node_modules/
|
||||
strix/viewer_src/node_modules/
|
||||
strix/viewer_src/.vite/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
Reference in New Issue
Block a user