mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
meta - README - add npm start to instructions
thanks @karlfloersch
This commit is contained in:
parent
7021c7708c
commit
277bffc9b0
@ -26,6 +26,13 @@ If you're a web dapp developer, we've got two types of guides for you:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install
|
npm install
|
||||||
|
npm start
|
||||||
|
```
|
||||||
|
|
||||||
|
## Build for Publishing
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm run dist
|
||||||
```
|
```
|
||||||
|
|
||||||
#### In Chrome
|
#### In Chrome
|
||||||
@ -78,7 +85,7 @@ To enjoy the live-reloading that `gulp dev` offers while working on the `web3-pr
|
|||||||
2. `npm install` in its folder.
|
2. `npm install` in its folder.
|
||||||
3. Run `npm link` in its folder.
|
3. Run `npm link` in its folder.
|
||||||
4. Run `npm link $DEP_NAME` in this project folder.
|
4. Run `npm link $DEP_NAME` in this project folder.
|
||||||
5. Next time you `gulp dev` it will watch the dependency for changes as well!
|
5. Next time you `npm start` it will watch the dependency for changes as well!
|
||||||
|
|
||||||
### Running Tests
|
### Running Tests
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user