https://github.com/cleverage/hacktoberboard
Board to follow Hacktoberfest participation
https://github.com/cleverage/hacktoberboard
Last synced: 6 months ago
JSON representation
Board to follow Hacktoberfest participation
- Host: GitHub
- URL: https://github.com/cleverage/hacktoberboard
- Owner: cleverage
- License: mit
- Created: 2019-10-03T17:28:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T22:32:40.000Z (about 3 years ago)
- Last Synced: 2025-01-17T01:46:32.138Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://cleverage.github.io/hacktoberboard
- Size: 1.39 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`