From 1e64ef419b37ea551bb880e5ca0bb4bed9602e3e Mon Sep 17 00:00:00 2001 From: Zachary Belford Date: Thu, 9 Jun 2022 18:56:08 -0700 Subject: [PATCH] Changed README dev build step to include npm start (#14808) Co-authored-by: David Walsh --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a4e7ca70..89bf592d6 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ To learn how to contribute to the MetaMask project itself, visit our [Internal D - Replace the `INFURA_PROJECT_ID` value with your own personal [Infura Project ID](https://infura.io/docs). - If debugging MetaMetrics, you'll need to add a value for `SEGMENT_WRITE_KEY` [Segment write key](https://segment.com/docs/connections/find-writekey/), see [Developing on MetaMask](./development/README.md). - Build the project to the `./dist/` folder with `yarn dist`. + - Optionally, you may run `yarn start` to run dev mode. Uncompressed builds can be found in `/dist`, compressed builds can be found in `/builds` once they're built.