d3759c8107 | ||
---|---|---|
.env | ||
.gitignore | ||
LICENSE | ||
Pipfile | ||
Pipfile.lock | ||
Procfile | ||
README.md | ||
get-pip.py | ||
issue.py |
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.
- clone the repo
pipenv sync --dev
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. 🚨