mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
* Add one-click-resume button * Add one-click-resume button * update jest snapshot * update style * Disable forward button when the flow is not intercepted * update jest snapshot * group items in main menu * add layout for quick actions menu Co-authored-by: Maximilian Hils <git@maximilianhils.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .editorconfig | ||
| babel.config.js | ||
| gulpfile.js | ||
| jest.config.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/
Testing
- Run
yarn testto run the test suite.
Advanced Tools
yarn run gulpsupports live-reloading if you install a matching browser extension.- You can debug application state using the Redux DevTools.
Architecture
There are two components:
-
Server:
mitmproxy/tools/web -
Client:
web