Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 847 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (26 loc) · 847 Bytes

Contributing

Developers

Getting started

  1. Clone/fork this repo:

    git clone https://github.com/Proof-Of-Humanity/proof-of-humanity-v2-web/
  2. Install the dependencies:

    yarn
  3. 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

  4. Start the development server:

    yarn run dev

Pull Requests

Refer to : https://github.com/kleros/kleros-v2/blob/dev/CONTRIBUTING.md