Front-end application which provides UI to manage rules, mocks, session recordings, user profile and workspaces.
It currently supports three modes:
- Browser Extension - when website is opened in a browser where Requestly extension is installed
- Desktop Mode - when Requestly desktop application is launched
- Remote - when account is connected to a mobile application
Please make sure that Node version >= 16.15.0 is installed on your system.
npm install
npm run start
The application will start running at http://localhost:3000.
By default, the local application communicates to our dev Firebase server.
The browser extension to be used should be built using local environment configuration. Follow guide.