Run iFixedX locally¶
Dev (client + API)¶
npm run dev
Runs concurrently:
npm run dev:client— Vite:5173npm run dev:server—tsx watch server/index.ts:3847
Production build (app)¶
npm run build
Outputs:
dist/— static SPAdist-server/— compiled API (if you run Node fromdist-server/index.js)
Serve dist/ behind nginx/Caddy and proxy /api to the Node process.
Documentation site¶
cd docs
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
make html
make serve # http://127.0.0.1:8765/