You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 2) Install all the dependcies and run server for the first time
11
+
```
12
+
npm i
13
+
npm start
14
+
```
15
+
16
+
### 3) A folder named ".http-mitm-proxy" will automaticalley be created which contains a folder "/certs" . This folder will contain a file named as "ca.pem" copy this file and install this certificate as a trusted certificate.
0 commit comments