Initialize the database (this takes a while, but you can also hit CTRL-C after a few minutes for a partial database):
python3 update-db.py
Prepare the Flask App:
python3 -m venv venv
. venv/bin/activate
pip3 install -r requirements.txt
Start the app:
flask --app seq-browser run