blob: eb4eab70bc5c696c902ef3d1407670de07c9a0b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|