Next.js project for building a web app. Comes with Wagmi, RainbowKit and Tailwind already configured.
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