Advanced REST Client application
This repository contains the most of ARC's sources. These sources are then used in other applications that provide platform specific bindings like ARC electron.
To learn about each components group see docs in the docs/
folder.
Development
git clone https://github.com/advanced-rest-client/app
cd app
npm install
Running the demo locally
npm start
Running the tests
npm test
Note, Firefox is temporarily removed from tests until Playwright update FF version to at least 91.