Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 573 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 573 Bytes

This is a Next.js project bootstrapped with create-wagmi, and tailwind.

Getting Started

After cloning the repository, run the following command to set up your local environment:

npm run setup

This script will:

  1. Install all necessary dependencies
  2. Prompt you to enter values for required environment variables
  3. Create a .env file with your entered values

After running the setup script, you can start the development server with:

npm run dev