We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989567b commit 1ce3d34Copy full SHA for 1ce3d34
1 file changed
README.md
@@ -12,4 +12,15 @@ See:
12
The format of probes is JSON-based. See [documentation](https://probeinterface.readthedocs.io/en/main/format_spec.html) for full specifications.
13
14
15
-
+### Preview `probe-viewer` app locally
16
+
17
+To build and preview the `probe-viewer` web-app locally:
18
19
+```bash
20
+cd apps/probe-viewer
21
+uv run build.py
22
+# build
23
+npm run build
24
+# run
25
+npx vite preview
26
+```
0 commit comments