Secret Auction UI

Set up

Run yarn to install the dependencies

yarn

Run development

Copy .env.testnet example to .env then run the app using the script provided

cp .env.testnet .env
yarn dev