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:
ruv
2026-04-26 20:10:23 -04:00
parent 05f2d2d7ca
commit 43f853d61a
18 changed files with 1474 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
if('serviceWorker' in navigator) {window.addEventListener('load', () => {navigator.serviceWorker.register('/RuView/nvsim/sw.js', { scope: '/RuView/nvsim/' })})}