# Usage
Run:
```bash
start_website.py
```
Un debug mode:
export FLASK_APP=${BGPRANKING_HOME}/website/web/__init__.py
flask run -h 0.0.0.0 -p 5005