The COVID-19 Hospital Impact Model for Epidemics
Join out Code For America team or our Slack channel if you'd like to chat with us. We'd appreciate your feedback.
To test the app locally just run:
streamlit run app.py
This will open a browser window with the app running.
pipenv shell
pipenv install
streamlit run app.py
conda create -f environment.yml
source activate chime
streamlit run app.py
Copy .env.example
to be .env
and run the container.
cp .env.example .env
docker-compose up
You should be able to view the app via localhost:8000
. If you want to change the
port, then set PORT
in the .env
file.
NOTE this is just for usage, not for development--- you would have to restart and possibly rebuild the app every time you change the code.
Before you push your changes to master make sure that everything works in development mode.
Changes merged to master
will be automatically deployed to http://penn-chime.phl.io/.