The Yellow Collective is a new onchain club on the BASE Ethereum L2 network, designed to support and empower artists and creatives in the Nouns and Superchain ecosystems.
The DAO was built using Nouns Builder, and this custom auction site was bootstrapped using the template here: neokry/noun-site
Install dependencies
yarn install
Create a .env
file with from .env.sample
, and populate the environment variables
cp .env.sample .env.local
Run the development server:
yarn dev