The application requires the following environment variables
VITE_WALLET_CONNECT_PROJECT_ID
: Project ID from WalletConnect
- Clone the repository
- Create a
.env
file with required variables (see.env.example
) - Install dependencies:
npm install
- Build:
npm run build
- Start development server:
npm run dev