Files
fusion/demo/multi-node-dashboard.png
gsxdsm bf4a4de347 chore: route doc/demo PNG screenshots through Git LFS
Extend the LFS track-forward policy from GIFs to documentation and marketing
PNG screenshots (docs/screenshots, demo, top-level screenshots). Scoped to
doc/demo dirs only; app-runtime/build images (PWA icons, Electron tray icons,
the served Nerd Font) stay as real blobs so LFS-less build envs never embed a
pointer stub. No history rewrite / force-push. Stacks on the GIF LFS change.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-25 13:23:17 -07:00

32 lines
869 BLFS
Plaintext

# Multi-Node Dashboard Screenshot
This file is a placeholder for the multi-node dashboard screenshot.
## How to Capture the Screenshot
1. **Run the seed script** to populate the central database with sample nodes:
```bash
npx tsx packages/core/src/__tests__/seed-sample-nodes.ts
```
2. **Start the dashboard**:
```bash
pnpm build && node packages/cli/dist/bin.js dashboard
```
3. **Navigate to the Nodes view** in the dashboard
4. **Take a screenshot** and save it to this file location
## Expected View
When seeded correctly, the Nodes dashboard should show:
- **Total: 6 nodes** (1 local + 5 remote)
- **Online: 3 nodes** (local + Staging Server + Build Machine)
- **Offline: 2 nodes** (GPU Cluster + error status)
- **Remote: 5 nodes**
The mesh topology visualization should show:
- Central local node
- 5 remote nodes connected around it