Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 640 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 640 Bytes

Nouns Yellow Collective Auction Site

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

Development

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