/mobilewebcompat

The code that runs arewecompatibleyet.com

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

mobilewebcompat

The code that runs arewecompatibleyet.com

Contributing

  1. Clone this repository
  2. Install the python requirements specified in requirements.txt with:
pip install -r requirements.txt
  1. Start the server with:
python wsgi.py
  1. Open http://localhost:8000 in your browser

  2. To update the local cache of bug data, run python preproc/buildlists.py (this will take a while).

Deployment

The arewecompatibleyet.com site is hosted on Heroku. Someone with sufficient permissions can update it by adding a named remote to git:

heroku  https://git.heroku.com/arewecompatibleyet.git (fetch)
heroku  https://git.heroku.com/arewecompatibleyet.git (push)

and use git push heroku master to update the live instance.

License

Mozilla Public License, ver. 2