Skip to content

cleverage/hacktoberboard

Folders and files

NameName
Last commit message
Last commit date
Oct 18, 2019
Oct 4, 2019
Oct 4, 2019
Oct 4, 2019
Oct 3, 2019
Oct 18, 2019
Nov 29, 2019
Nov 29, 2019
Oct 4, 2019
Oct 4, 2019
Oct 18, 2019

Repository files navigation

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