Front-end application which provides UI to manage rules, mocks, SessionBooks, 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 >= 18.18.0 is installed on your system.
npm installSome features require the Requestly Extension to be installed. Follow the steps below to build and install the extension https://github.com/requestly/requestly/blob/master/browser-extension/mv3/README.md
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.