This is a Next.js project bootstrapped with create-wagmi
, and tailwind.
After cloning the repository, run the following command to set up your local environment:
npm run setup
This script will:
- Install all necessary dependencies
- Prompt you to enter values for required environment variables
- Create a
.env
file with your entered values
After running the setup script, you can start the development server with:
npm run dev