Before starting, ensure you've completed the instructions in the top-level README.md.
-
Install dependencies
yarn
-
Ensure that you've
yarn link
ed all@web3-react/*
packages, as well asreact
andreact-dom
, from../packages/*
and../node_modules/{react,react-dom}
respectively. This will ensure that changes you make to individual packages will be reflected immediately in the example (as long as you're runningyarn start
in the root). -
Serve the example on localhost
yarn start