forked from MetaMask/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Julian Y edited this page Mar 17, 2022
·
2 revisions
Forked from: https://github.com/MetaMask/controllers
Add upstream (just done once):
git remote add upstream https://github.com/MetaMask/controllers.git
Run:
git fetch upstream
git merge upstream/main
Fix merge conflicts.
At a minimum, run:
nvm use
yarn setup
yarn test
yarn build