/deploy-test

Created with CodeSandbox

Primary LanguageTypeScript

Example

Local Development

Before starting, ensure you've completed the instructions in the top-level README.md.

  • Install dependencies
    yarn

  • Ensure that you've yarn linked all @web3-react/* packages, as well as react and react-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 running yarn start in the root).

  • Serve the example on localhost
    yarn start