-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update readme local build instructions #20997
Conversation
- Infura no longer uses a project ID, but an API key. - Renaming the `INFURA_PROJECT_ID` env var to `INFURA_API_KEY` might be helpful for reducing confusion down the line. - Added step for installing deps before running `yarn dist`. Wanted to keep the instructions as explicit as possible for external devs. - Moved instructions for loading custom builds in the browser to be the last step of dev environment set-up. Useful as final check that build runs properly, and provides rewarding visual feedback for first-time contributors.
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
I have read the CLA Document and I hereby sign the CLA |
Builds ready [2aebfdf]
Page Load Metrics (1807 ± 77 ms)
Bundle size diffs
|
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## develop #20997 +/- ##
===========================================
- Coverage 68.35% 68.35% -0.00%
===========================================
Files 1007 1007
Lines 40261 40261
Branches 10766 10766
===========================================
- Hits 27519 27518 -1
- Misses 12742 12743 +1 ☔ View full report in Codecov by Sentry. |
Builds ready [e789f94]
Page Load Metrics (1734 ± 67 ms)
Bundle size diffs
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Description
Improvements
yarn dist
.Fixes
.metamaskrc.dist
.Notes
INFURA_PROJECT_ID
environment variable toINFURA_API_KEY
might be helpful for reducing confusion down the line.yarn global
command needs to be updated.remotedev-server
is still needed as redux devtools seems to be functional without runningyarn devtools:redux
build script.Pre-merge author checklist
Pre-merge reviewer checklist