mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-04 03:37:17 +00:00
* Improve Markdown syntax - Add missing blank lines - Remove trailing spaces - Remove additional blank lines - Fix indentation consistency and correctness * Update addons-examples.md Co-authored-by: Maximilian Hils <github@maximilianhils.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .babelrc | ||
| .editorconfig | ||
| .eslintrc.yml | ||
| conf.js | ||
| gulpfile.js | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
Quick Start
Be sure to follow the Development Setup instructions found in the README.md, and activate your virtualenv environment before proceeding.
- Run
yarnto install dependencies - Run
yarn run gulpto start live-compilation. - Run
mitmweband open http://localhost:8081/
Architecture
There are two components:
-
Server:
mitmproxy/tools/web -
Client:
web