View synthetic loot by wallet address or ENS
This project uses create-react-app
, so most
configuration files are handled by it.
To run it, you just need to execute yarn start
in a terminal, and open
http://localhost:3000.
To learn more about what create-react-app
offers, you can read
its documentation.
Deploy client to IPFS using ipfs-deploy
- Install ipfs-deploy
npm install -g ipfs-deploy
- Deploy app
npx ipfs-deploy build
- Visit the HTTP gateway URL to check if it worked.