Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 532 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 532 Bytes

Website for COVID-19 ORC Research Effort

This website presents the results of our work.

Link to website: http://www.covidanalytics.io/

Getting Started

After cloning/being up to date with the repo, run (preferably from a virtual environment):

pip install -r requirements.txt

Workflow

To run the app locally, run from your command line:

python index.py

Then in your browser, insert the address shown in your terminal.

(To exit, CTRL+C)

Once you are done and have checked your changes locally, make a pull request.