# Development To run the app: 1. ```pipenv shell``` 2. ```export FLASK_APP=main.py``` 3. ```export FLASK_ENV=development``` 4. ```flask run```