Add simple dev readme

This commit is contained in:
Dan Finlay 2015-12-20 16:25:45 -08:00
parent 09644408c2
commit bfad2cc906
1 changed files with 8 additions and 0 deletions

8
README.md Normal file
View File

@ -0,0 +1,8 @@
# Metamask Plugin
## Development
```bash
npm install
grunt dev
```