Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 663 Bytes

getting-started.md

File metadata and controls

41 lines (25 loc) · 663 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 >= 16.15.0 is installed on your system.

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.