nifty-wallet/ui
Dan Finlay d814a45dff Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
..
app Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
design Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
test Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
.gitignore Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
README.md Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
css.js Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
example.js Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
index.html Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
index.js Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
package.json Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00

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/**/**.