8fbad8b7b1
Adding an interactive map with a geocoding search bar. We use leaflet with the openstreetmap.fr tiles. As for the geocoding part, we use komoot's photon API for the time being.
3 lines
115 B
Bash
Executable file
3 lines
115 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
TEMPLATES_AUTO_RELOAD=true FLASK_ENV=development FLASK_APP=main poetry run flask run --reload
|