- touch .env
- Add REACT_APP_RECLAIM_GRAPH_URI and REACT_APP_ENS_GRAPH_URI (Get the API key and deployment url via https://thegraph.com/studio)
Runs the React app in production mode pointing to mainnet
Open http://localhost:3000 to view it in the browser.
The page will automatically reload if you make changes to the code.
You will see the build errors and lint warnings in the console.
Runs the React app in development mode pointing to localhost/ganache
You need to have relevant subgraph setup to test this.
Builds the React app for production to the build
folder and deploy to github pages.
This project was bootstrapped with Create Eth App.