aboutsummaryrefslogtreecommitdiffstats
path: root/ui/README.md
blob: fdac37f0273d4fdff19e7ce6b7c7a67b039355b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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/**/**`.