mirror of
https://github.com/luanslimadev/Wand-Enhancer.git
synced 2026-08-28 23:01:14 +00:00
570 B
570 B
Wand Web Panel
Local mobile-friendly web panel scaffold for Wand.
Commands
npm install
npm run dev
Hosted access on the local machine:
http://localhost:4173/?mock=1
Hosted access on the LAN:
npm run dev:host
Then open the machine IP on port 4173.
Modes
?mock=1- dev server only; loads the demo trainer and values through a debug-only import
?ws=ws://host:port/remote/ws- connects to a real bridge once the desktop layer exists
Production builds exclude the debug route and demo JSON from the shipped bundle.