An open API service indexing awesome lists of open source software.

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

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`