mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
.. | ||
app | ||
design | ||
test | ||
.gitignore | ||
css.js | ||
example.js | ||
index.html | ||
index.js | ||
package.json | ||
README.md |
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/**/**
.