Step 1: Obtain Wallet Connect Project ID from walletconnect.com and assign to the .env.local
file
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID=ADD_WALLET_CONNECT_PROJECT_ID_HERE
# Install
yarn
# Run
yarn dev
To format and lint the package locally use these quick steps.
# Format fix
yarn format
# Lint fix
yarn lint