amiller.im website source code
python3.5 or python 3.6
sudo dnf install -y python3-devel redhat-rpm-config
virtualenv -p `which python3` venv
source venv/bin/activate
pip install -r requirements.txt
honcho start dev
This will start a development server which should auto reload the web application on code changes or alternatively to start a prod server
honcho start prod
make test