Electron + Express + SQLite point-of-sale for retail/general stores — part of the FloCafe ecosystem (FloCafe, FloRetail, FloSalon share one architecture; FloAdmin/Blue/RevFlo are common infrastructure).
The product spec and build plan live in specs/floretail.md (private submodule, not tracked by this repo's git — see specs/CLAUDE.md). Read that first; this README is intentionally short.
- Electron main process + local Express API on port 3001 (single port — no KDS, no second port)
better-sqlite3, WAL modefrontend/(Next.js, not yet scaffolded) talks to the local API the same way FloCafe's frontend does
npm install
npm run build
npm run dev
No frontend build exists yet — npm run dev will fall back to the "frontend not built" placeholder page until frontend/ is scaffolded.