1
0
Форкнуть 0
Repo containing code for filing issues from the webcompat-blipz-experiement web extension
Перейти к файлу
Mike Taylor 31e7e2ded7
Merge pull request #12 from mozilla/issues/10
Fixes #10. Update README.
2018-05-04 18:44:01 -05:00
.env Issue #10. Add dotenv and .env file for non-secret env vars. 2018-05-04 12:45:55 -05:00
.gitignore Add functional toy server for filing issues. 2018-05-01 16:49:43 -05:00
LICENSE Add functional toy server for filing issues. 2018-05-01 16:49:43 -05:00
Pipfile Issue #10. Add dotenv and .env file for non-secret env vars. 2018-05-04 12:45:55 -05:00
Pipfile.lock Issue #10. Add dotenv and .env file for non-secret env vars. 2018-05-04 12:45:55 -05:00
Procfile No issue. Point to correct module. 2018-05-03 14:57:26 -05:00
README.md Issue #10. Update README to reflect the current state of the universe. 2018-05-04 12:45:55 -05:00
get-pip.py Add functional toy server for filing issues. 2018-05-01 16:49:43 -05:00
issue.py Fixes #6. Return a 200 for the index route. 2018-05-03 14:38:33 -05:00

README.md

webcompat-blipz-experiment-issues

Private repo used to host the code for filing issues from the webcompat-blipz-experiement web extension, and as a place to collect those private issues.

Local installation

We're using pipenv for this project. Be sure to install it first.

  1. clone the repo
  2. pipenv sync --dev
  3. pipenv run flask run

Note: If you're trying to use this in production, it will expect a OAUTH_TOKEN environment variable, which contains a valid GitHub Oauth personal token.

🚨 Please don't ever add it to the .env file and check it in. 🚨