Taiwan Visa Finder - a site to demystify potential visa options for Taiwan
# Install Python3 on Mac
brew install python3
# if that doesn't work, try to upgrade xcode (python needs its gcc tools)
xcode-select --install
# Install all dependencies
pip3 install requirements.txt
# DB init
python3 manage.py makemigrations && python3 manage.py migrate
# Create your user
python3 manage.py createsuperuser
ps: You'll likely want to run this in a virtualenv
python3 manage.py runserver
# Then head to http://127.0.0.1:8000/gold-card-qualification/
# http://127.0.0.1:8000/admin/ to add questions in the wizard