diff options
Diffstat (limited to 'ui/README.md')
-rw-r--r-- | ui/README.md | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ui/README.md b/ui/README.md deleted file mode 100644 index fdac37f02..000000000 --- a/ui/README.md +++ /dev/null @@ -1,14 +0,0 @@ -## 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/**/**`. |