Skip to content

purple-dao/purple.construction

Repository files navigation

purple.construction

purple.construction 2024 screenshot

Official site for Purple DAO, whose goal is to proliferate the Farcaster ecosystem.

About this repo

How to run locally

Install dependencies:

npm install

Copy .env.example to a new .env.local file and fill in the corresponding values:

cp .env.example .env.local

Run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.