This repository contains the webmap that is deployed on https://karte.openstreetmap.de
Run via:
python3 -m http.server 8000 --directory publicOpen your browser on http://0.0.0.0:8000/ to see the website.
For checking code quality in JavaScript and CSS files we use Biome. It can be installed as binary on all operating systems.
How to run:
# simple check of files
biome check
# automatically fix files
biome check --fixExternal libraries are located at public/lib/external/<add-official-name-of-library> and checked in to the git repo. The libraries can be downloaded with this script:
./scripts/fetchExternalLibs.sh