Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 392 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 392 Bytes

Appsumo onboarding

Appsumo requires a way for people who sign up to input their puchase code. This code takes their code, and will redirect them to their exclusive Subscribie plan.

Setup locally

python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt

Configure: Edit .env

 cp .env.example .env

Run locally

. venv/bin/activate
flask run