First, run the development server:
git clone https://github.com/XueDAOTW/xd-template-eth-web.git
cd xd-template-eth-web
pnpm i
Create .env file
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID="walletconnect console dev project id"
NEXT_PUBLIC_ALCHEMY_ID="Alchemy ID"
Run
pnpm dev
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.