/reclaim

Primary LanguageHTML

Project Structure

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.