Skip to content

crypto0627/xuedao-workshop

Repository files navigation

XueDAO frontend workshop

First, run the development server:

git clone git@github.com: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

Deploy on Vercel

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.