First, run the development server:
git clone [email protected]:crypto0627/xuedao-workshop.git
cd my-first-dapp
npm i
Create .env file
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID="walletconnect console dev project id"
NEXT_PUBLIC_ALCHEMY_ID="Alchemy ID"
Run
npm run 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.