Skip to content
Julian Y edited this page Mar 17, 2022 · 2 revisions

Forked from: https://github.com/MetaMask/controllers

Merging from upstream

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
Clone this wiki locally