Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 266 Bytes

File metadata and controls

30 lines (23 loc) · 266 Bytes

Opengov

Setup locally

git clone https://github.com/Oyeins-GUI/opengov.git
cd opengov

Setup frontend

cd frontend
- npm
npm install
- yarn
yarn add

npm run dev

Setup contract

cd contract
- npm
npm install
- yarn
yarn add