Skip to content

Commit 1ce3d34

Browse files
committed
docs: add instructions to preview webapp locally
1 parent 989567b commit 1ce3d34

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,15 @@ See:
1212
The format of probes is JSON-based. See [documentation](https://probeinterface.readthedocs.io/en/main/format_spec.html) for full specifications.
1313

1414

15-
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

Comments
 (0)