2018-03-20 17:33:51 +00:00
|
|
|
# Quick Start
|
|
|
|
|
2020-04-03 14:35:03 +00:00
|
|
|
**Be sure to follow the Development Setup instructions found in the README.md,
|
|
|
|
and activate your virtualenv environment before proceeding.**
|
2018-03-20 17:33:51 +00:00
|
|
|
|
|
|
|
- Run `yarn` to install dependencies
|
2020-02-21 22:16:02 +00:00
|
|
|
- Run `yarn run gulp` to start live-compilation.
|
2018-03-20 17:33:51 +00:00
|
|
|
- Run `mitmweb` and open http://localhost:8081/
|
2020-05-18 18:21:23 +00:00
|
|
|
|
2021-03-30 10:12:38 +00:00
|
|
|
## Testing
|
|
|
|
|
|
|
|
- Run `yarn run test` to run the testsuite.
|
|
|
|
|
2020-05-18 18:21:23 +00:00
|
|
|
## Architecture
|
|
|
|
|
|
|
|
There are two components:
|
|
|
|
|
|
|
|
- Server: [`mitmproxy/tools/web`](../mitmproxy/tools/web)
|
|
|
|
|
|
|
|
- Client: `web`
|