Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 329 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 329 Bytes

Tunnelvision - An interactive catalog of RIT's Murals

Running Locally

(Reach out to a maintainer of this repo for credentials for the dev database)

  • Fork the repo and run the following commands in that directory:
  • python3 -m venv venv
  • source venv/bin/activate
  • pip3 install -r requirements.txt
  • python3 app.py