diff options
author | Martin Fischer <martin@push-f.com> | 2025-03-09 13:48:00 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-03-09 21:36:04 +0100 |
commit | 232f1499bb9a2cc85a63abcc1c22776ef77781fb (patch) | |
tree | 50b9b429140e6d597090e5d1264496555fd0edf7 /README.md | |
parent | 42c737aa1a7731170e8369482f96b557a1bd7a36 (diff) |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..eb4eab7 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# osm-proposals + +An autogenerated web page listing [OpenStreetMap proposals]. + +Hosted under https://osm-proposals.push-f.com/. + +# Local development + + python -m venv venv + . venv/bin/activate + pip install -r requirements.txt + pip install -e . + osm-proposals static/proposals.json + python -m http.server --directory static + +[OpenStreetMap proposals]: https://wiki.openstreetmap.org/wiki/Proposal |