aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Finlay <somniac@me.com>2016-07-16 09:05:53 +0800
committerGitHub <noreply@github.com>2016-07-16 09:05:53 +0800
commit866237c2c886af2af02544ebb365df8e6ec75f28 (patch)
tree4f2c38a77146f09dd273f616cf571a01b8e5c778
parent2697e1ba95924014323e320ec5c81a6056d1191d (diff)
parent667483ac2037bef5b412ce33f0d9bb0605d6c13b (diff)
downloadtangerine-wallet-browser-866237c2c886af2af02544ebb365df8e6ec75f28.tar.gz
tangerine-wallet-browser-866237c2c886af2af02544ebb365df8e6ec75f28.tar.zst
tangerine-wallet-browser-866237c2c886af2af02544ebb365df8e6ec75f28.zip
Merge branch 'master' into FixReopeningBug
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index dbf990b0d..a6c8ed984 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,13 @@
# MetaMask Plugin [![Build Status](https://circleci.com/gh/MetaMask/metamask-plugin.svg?style=shield&circle-token=a1ddcf3cd38e29267f254c9c59d556d513e3a1fd)](https://circleci.com/gh/MetaMask/metamask-plugin)
+## Building locally
+
+ - Install [Node.js](https://nodejs.org/en/) version 6 or later.
+ - Install local dependencies with `npm install`.
+ - Install gulp globally with `npm install -g gulp`.
+ - Build the project to the `./dist/` folder with `gulp build`.
+ - Optionally, to rebuild on file changes, run `gulp dev`.
+
## Architecture
[![Architecture Diagram](./docs/architecture.png)][1]