mirror of
https://github.com/ruvnet/RuView
synced 2026-08-01 19:01:42 +00:00
deploy(nvsim): publish dashboard to /nvsim/ [ADR-092]
Vite + Lit dashboard for the nvsim NV-diamond magnetometer simulator.
WASM-backed deterministic pipeline (Proof::EXPECTED_WITNESS_HEX matches
across browsers and machines). PWA-enabled with service worker and
manifest scoped to /RuView/nvsim/.
Live: https://ruvnet.github.io/RuView/nvsim/
Preserves all sibling demos:
- / (Observatory)
- /pose-fusion/ (Pose Fusion)
- /ui/ (legacy UI)
Source: feat/nvsim-pipeline-simulator @ 5846c3d6d
Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
if('serviceWorker' in navigator) {window.addEventListener('load', () => {navigator.serviceWorker.register('/RuView/nvsim/sw.js', { scope: '/RuView/nvsim/' })})}
|
||||
Reference in New Issue
Block a user