Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 458 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 458 Bytes

Web

Next.js project for building a web app. Comes with Wagmi, RainbowKit and Tailwind already configured.

Local Development

From the parent monorepo directory, install dependencies.

pnpm install

Navigate to the web directory and create a .env.local file.

cd apps/web
cp .env.example .env

Start the development server.

pnpm dev