This project is a self-contained desktop app (Windows installer) built with Vite + React + Tailwind + Electron.
npm install
npm run patchpatch starts Vite and opens the Electron window.
npm install
npm run dist:winOutput:
release/FloorAgent Setup 2.0.0.exe(installer build artifact)
- The app is offline-capable (no CDN dependencies).
- Excel import/export uses the
xlsxpackage. - The queue view uses paging so the plan fits in the frame without an internal scroll box.