Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Github-Projects integration & support for task weighting #1

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,13 @@ Useful commands:
- `npm run start` to run project locally,
- `npm run test` to run tests

## Setup environment for Github-Projects
In order to make this app work with github-projects you have to define the following environment variables:

1. REACT_APP_GITHUB_API_URL='GITHUB API URL GOES HERE (e.g. https://api.github.com)'
2. REACT_APP_GITHUB_USERNAME='YOUR GITHUB USERNAME GOES HERE'
3. REACT_APP_GITHUB_TOKEN='AUTHORIZATION TOKEN GOES HERE'
4. REACT_APP_ID_DONE_COLUMN=ID OF DONE COLUMN (check https://gist.github.com/markusheilig/2e9765a91bd450a3113aecfaa7a98d43)
5. REACT_APP_GITHUB_ID_PROJECT=ID OF GITHUB PROJECT (check https://gist.github.com/markusheilig/2e9765a91bd450a3113aecfaa7a98d43)

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
Loading