aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2018-03-20 18:33:51 +0100
committerGitHub <noreply@github.com>2018-03-20 18:33:51 +0100
commitc6932cbde51c17486e73d909d35b311a5f97c8f4 (patch)
tree2e9cd3f654c128c883b567348ac9bfa23bdedeb4 /web
parentcba380de807469d4b8ae6b2db6573473b47f3b30 (diff)
downloadmitmproxy-c6932cbde51c17486e73d909d35b311a5f97c8f4.tar.gz
mitmproxy-c6932cbde51c17486e73d909d35b311a5f97c8f4.tar.bz2
mitmproxy-c6932cbde51c17486e73d909d35b311a5f97c8f4.zip
update mitmweb dev instructions
Diffstat (limited to 'web')
-rw-r--r--web/README6
-rw-r--r--web/README.md6
2 files changed, 6 insertions, 6 deletions
diff --git a/web/README b/web/README
deleted file mode 100644
index c8e60379..00000000
--- a/web/README
+++ /dev/null
@@ -1,6 +0,0 @@
-
-Starting up
-
-- npm install
-- gulp
-- run mitmweb and open http://localhost:8081/
diff --git a/web/README.md b/web/README.md
new file mode 100644
index 00000000..c43d09f0
--- /dev/null
+++ b/web/README.md
@@ -0,0 +1,6 @@
+# Quick Start
+
+
+- Run `yarn` to install dependencies
+- Run `gulp` to start live-compilation.
+- Run `mitmweb` and open http://localhost:8081/