Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 687 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 687 Bytes

XueDAO frontend workshop

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

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.