Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

CaenCamp/hacktoberboard

 
 

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

About

Board to follow Hacktoberfest participation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.8%
  • CSS 20.2%
  • HTML 12.0%