-
Clone/fork this repo:
git clone https://github.com/Proof-Of-Humanity/proof-of-humanity-v2-web/
-
Install the dependencies:
yarn
-
Copy the
.env.example
file into.env.local
and set the appropriate values:cp .env.example .env.local
DEPLOYED_APP= 'https://v2.proofofhumanity.id/' # deployed frontend application URL REACT_APP_IPFS_GATEWAY='https://cdn.kleros.link' # ipfs gateway endpoint
for
SUBGRAPH_URL
refer to Proof of Humanity v2 subgraph repository -
Start the development server:
yarn run dev
Refer to : https://github.com/kleros/kleros-v2/blob/dev/CONTRIBUTING.md