This repository contains both Nibble applications:
webapp/ Browser-based WebHID mouse configurator
desktop/ Native Tauri companion, built from the webapp frontend
cd webapp
npm test
python -m http.server 8080Open http://localhost:8080 in Chrome or Edge.
cd desktop
npm install
npm run tauri devThe desktop app's Vite configuration deliberately uses ../webapp, so the
browser and native releases always run the same configurator code.