This website requires JavaScript.
Explore
Help
Sign In
Grasscutters
/
mitmproxy
Watch
3
Star
0
Fork
0
You've already forked mitmproxy
mirror of
https://github.com/Grasscutters/mitmproxy.git
synced
2024-11-22 15:37:45 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
f95dcfd2e5
mitmproxy
/
web
/
README
7 lines
81 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Client-side framework for web application
2014-09-10 02:22:26 +00:00
Starting up
- npm install
gulpfile
2014-09-13 15:00:05 +00:00
- gulp
Refactor dev.sh - Parameterise the Python version. All of these now work: ./dev.sh # Use default Python version ./dev.sh 2.7 # Explicitly use 2.7 in venv2.7 ./dev.sh 3.5 # Explicitly use 3.5 in venv3.5 This should also work for Travis, which has a weird setup where Pytho3 can be 3.4.
2016-05-25 21:35:21 +00:00
- run mitmweb and open http://localhost:8081/
Reference in New Issue
Copy Permalink