A simple homepage for the CLIFF project.
pip install -r requirements.txt
You have to define a CLIFF_URL
environment variable for this to work: CLIFF_URL=http://localhost:8080
This is set up to be run in a Heroku-style container via the Procfile
. If you want to run it yourself you
can just start run.sh
on the command line.