This is the frontend created for the governance of Zora Labs.
- Clone the repository and go inside the directory using
cd governance
. - Install all the dependencies using command
npm install
. - Run command
npm run start
to run project onlocalhost:3000
.