aboutsummaryrefslogtreecommitdiffstats
path: root/web/README.md
blob: 7b412a5f1b029c54a814f46758f42e8721667bc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Quick Start

**Be sure to follow the Development Setup instructions found in the README.md,
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`