Short setup guide for running the frontend locally.
- Node.js 20+
- npm
- Install dependencies:
npm install- Create
.envand add:
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID=your_project_id- Development:
npm run dev- Production build:
npm run build
npm startOptional server listener:
npm run listener