Run website: python3 -m venv venv source venv/bin/activate gunicorn --reload --worker-connections=4 --threads=4 --bind localhost:8080 app:application Crawl website to static HTML pages: wget2 --mirror --max-threads=16 --page-requisites --adjust-extension --execute robots=off localhost:8080