Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/simpfish/metro
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpfish committed Oct 15, 2018
2 parents 3a7427b + 7f5a60e commit 13152c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/metro-visualizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The goal of this project is to provide a suite of analysis tools for bundle size
1. Install the `metro-visualizer` package in your project.

```
yarn add metro-visualizer --save
yarn add metro-visualizer
```
```
npm install metro-visualizer --save
Expand Down Expand Up @@ -63,4 +63,4 @@ Customize the way the graph is displayed.

## Development

Follow the Metro guidelines for contributing to the project. There's a utility script to facilitate development. It spawns a Metro server with the visualizer enabled on this package itself. Run it with `yarn dev` or `npm run dev` from the `metro-visualizer` folder and trigger builds as it is shown in the screenshots above.
Follow the Metro guidelines for contributing to the project. There's a utility script to facilitate development. It spawns a Metro server with the visualizer enabled on this package itself. Run it with `yarn dev` or `npm run dev` from the `metro-visualizer` folder and trigger builds as it is shown in the screenshots above.

0 comments on commit 13152c9

Please sign in to comment.