1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

Add simple dev readme

This commit is contained in:
Dan Finlay 2015-12-20 16:25:45 -08:00
parent 09644408c2
commit bfad2cc906

8
README.md Normal file
View File

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