mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Add simple build instructions (#454)
This commit is contained in:
parent
750a3d8fe7
commit
667483ac20
@ -1,5 +1,13 @@
|
|||||||
# MetaMask Plugin [](https://circleci.com/gh/MetaMask/metamask-plugin)
|
# MetaMask Plugin [](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
|
||||||
|
|
||||||
[][1]
|
[][1]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user