Skip to main content

Development

Live docs URL: https://mrgionsi.github.io/ring-intercom-control/

Prerequisites

  • Node.js 24.x recommended
  • npm 11+

Local run

Terminal 1:

cd backend
npm install
npm run dev

Terminal 2:

cd frontend
npm install
npm run dev

Tests

cd backend && npm test
cd ../frontend && npm test

Docs site

cd website
npm install
npm run start