Screenshots
Example Usage
git clone https://github.com/peluche/deck-of-many-prompts.git cd deck-of-many-prompts python3 -m venv venv source venv/bin/activate python3 -m pip install -r requirements.txt export DOMP_SECRET_KEY='<some-random-string-as-secret-key>' python3 app.py