Merge pull request #4006 from oxr463/patch-2

Document mitmweb architecture
This commit is contained in:
Maximilian Hils 2020-06-12 13:18:49 +02:00 committed by GitHub
commit 31a6f60e45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,3 +6,11 @@ and activate your virtualenv environment before proceeding.**
- Run `yarn` to install dependencies
- Run `yarn run gulp` to start live-compilation.
- Run `mitmweb` and open http://localhost:8081/
## Architecture
There are two components:
- Server: [`mitmproxy/tools/web`](../mitmproxy/tools/web)
- Client: `web`