aboutsummaryrefslogtreecommitdiffstats
path: root/ui/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'ui/README.md')
-rw-r--r--ui/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/ui/README.md b/ui/README.md
new file mode 100644
index 000000000..fdac37f02
--- /dev/null
+++ b/ui/README.md
@@ -0,0 +1,14 @@
+## Installation
+
+```
+git clone git@github.com:MetaMask/metamask-ui.git
+cd metamask-ui
+npm install
+grunt dev
+```
+
+## Testing
+
+Requires `mocha` installed. Run `npm install -g mocha`.
+
+You can either run the test suite once with `npm test`, or you can reload on file changes, by running `mocha watch test/**/**`.