Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 612 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 612 Bytes

Fish.Vote logo

Fish Vote

Fish.vote is an app where anyone can create Crowd Proposals on UNI governance. When a proposal gains 10 million delegate votes, it is converted to a formal UNI governance proposal that is voted on by the UNI community.

Run locally

Update environment variables after copying file:

# Copy env file
cp .env.sample .env.local

Install dependencies:

yarn

Run locally

yarn dev

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