A website that shows changesets by an OpenStreetMap user including map images and an RSS/Atom feed.
You can find the app at osm-changesets.ooooo.page.
$ brew install poetry
$ make setup
# pacman -S python-poetry
$ make setup
Install these dependencies manually:
- Python >= 3.11
- poetry
Then run:
$ make setup
-
Migrate the database:
$ make migrate
-
Start the Redis message broker:
$ make redis
-
Start the Celery worker:
$ make worker
-
Start the development server
$ make run
$ make setup
$ make test
$ make lint
$ make help
Feel free to remix this project under the terms of the GNU General Public License version 3 or later. See COPYING and NOTICE.