yarn install
Run cp .env.local.sample .env.local
Use the .env.local config file to change the network that the
explorer app is connected to locally.
yarn serve
See deployment.md for instructions on running locally with Cloudflare Pages preview and deploying to production.
yarn test:unit
yarn test:e2e
yarn lint