Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 457 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 457 Bytes

HacktoberBoard

Board to follow Hacktoberfest participation

Contribute

  1. Clone your repo

  2. Install dependencies: npm i

  3. Create a github token

  4. Set environment variables:
    At first, set environment variable to be able to request on Github API

    export GITHUB_API_LOGIN="yourLogin"
    export GITHUB_API_TOKEN="yourToken"
    export GITHUB_ORG="yourOrg"
    export GITHUB_ORg_TEAM="yourOrgTeam"
    
  5. Start to dev npm run start