Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 874 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 874 Bytes

Project Structure

Setup

  • 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)

yarn react-app:start:live

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.

yarn react-app:start

Runs the React app in development mode pointing to localhost/ganache
You need to have relevant subgraph setup to test this.

yarn react-app:deploy

Builds the React app for production to the build folder and deploy to github pages.

Note

This project was bootstrapped with Create Eth App.