Another open source frontend map based on OSM data. A demo is available at https://maps.ppsfleet.navy/toulouse
Edit config.js with your own search, reverse, and tile server.
Edit index.html to import maplibre from your server or some CDN.
That's all, put it behind the server of your choice. For dev, I use PHP with php -S localhost:<port>.
I use ADDOK: https://addok.readthedocs.io/en/latest/, it's quite easy to install and works very well with french addresses.
There are other. Qwant maps uses https://github.com/CanalTP/mimirsbrunn
For a small server, there is https://openmaptiles.org/. Qwant maps uses a more complex stack, see https://github.com/Qwant/qwantmaps
If you don't want to host tiles yourself, maptiler or mapbox offer hosting solutions.
You can use ppsfleet tiles for testing, but only for testing.
It does not need compilation.
To check the code: npx standard --fix
