- At least python3.7+
- Shopify public or custom app created in dev dashboard.
- Ngrok started at port 5000.
- Ngrok urls placed into app settings.
- App set to embedded in app settings.
cp -n .env.example .env
nano -w .env
python -m venv ve
ve/bin/pip install -e "."
ve/bin/gunicorn --access-logfile '-' --bind 'localhost:5000' --reload 'shopauthdemo:main()'
Use your browser and find link.