Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 897 Bytes

File metadata and controls

51 lines (31 loc) · 897 Bytes

Getting Started

This repository contains most of the modules that make up Requestly.

  • UI application
  • Browser extension
  • Common code shared between this project and other projects like Desktop app and Web proxy.

Install

Please make sure that Node version >= 18.18.0 is installed on your system.

Windows Users

If you're using Windows and encounter issues while cloning this repository (due to long file paths), run this command first:

git config --system core.longpaths true

Then proceed with the installation:

sh install.sh local

Build

sh build.sh    

Test

sh test.sh

Develop individual modules

UI application:

👉 Follow README.

Browser extension:

👉 Follow README.

Rule processor:

👉 Follow README.