Skip to content

Quick Start

Reedtrullz edited this page May 17, 2026 · 1 revision

Quick Start

Install and run:

git clone https://github.com/Reedtrullz/RFMC.git
cd RFMC
npm install
npm run dev

Open http://localhost:5173 in your browser.

Start the optional bridge server in another terminal:

npm run server

Validation commands:

npm run typecheck:all
npm test -- --run
npm run build
npm run test:e2e:ci
npm run check:status-docs

Use docs/STATUS.md for the current verified baseline. Use docs/KNOWN_LIMITATIONS.md before making public or release claims.

PWA / iPad

Build and serve for PWA/offline use:

npm run build
npx serve dist

On iPad, use Safari → Share → Add to Home Screen to install as a PWA.

Clone this wiki locally