Board to follow Hacktoberfest participation
-
Clone your repo
-
Install dependencies:
npm i
-
Create a github token
-
Set environment variables:
At first, set environment variable to be able to request on Github APIexport GITHUB_API_LOGIN="yourLogin" export GITHUB_API_TOKEN="yourToken" export GITHUB_ORG="yourOrg" export GITHUB_ORG_TEAM="yourOrgTeam"
-
Start to dev
npm run start