-
Notifications
You must be signed in to change notification settings - Fork 0
Quick Start
Reedtrullz edited this page May 17, 2026
·
1 revision
Install and run:
git clone https://github.com/Reedtrullz/RFMC.git
cd RFMC
npm install
npm run devOpen http://localhost:5173 in your browser.
Start the optional bridge server in another terminal:
npm run serverValidation commands:
npm run typecheck:all
npm test -- --run
npm run build
npm run test:e2e:ci
npm run check:status-docsUse docs/STATUS.md for the current verified baseline. Use docs/KNOWN_LIMITATIONS.md before making public or release claims.
Build and serve for PWA/offline use:
npm run build
npx serve distOn iPad, use Safari → Share → Add to Home Screen to install as a PWA.