# WearWell Flask Application ## Setup 1. Copy `.env.example` to `.env` 2. Update `.env` with your configuration 3. Install dependencies: `pip install -r requirements.txt` 4. Run: `python run.py` ## Development - Use `requirements-dev.txt` for development tools