git clone https://github.com/SnickerdoodleLabs/Testbed-React.git
cd Testbed-React
npm install --legacy-peer-deps
mv .example.env.local .env.local
npm start
NOTE: You must put a WalletConnect project id in the enviroment file otherwise the app will break at runtime.
This testbed app is hosted via Github Pages and uses gh-pages
for publishing. Additionally, this app uses WalletConnect's Web3Modal library to
facilitate connecting a user's account to the application. You'll need to provide a project ID from your WalletConnect account for the
application to function.
npm run deploy
