Skip to content

XueDAOTW/xd-template-eth-web

 
 

Repository files navigation

XueDAO frontend workshop

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

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.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.4%
  • CSS 4.5%
  • JavaScript 2.1%