smeijer / leaflet-geosearch

A geocoding/address-lookup library supporting various api providers.
https://smeijer.github.io/leaflet-geosearch/
MIT License
1.03k stars 273 forks source link

Proposal: better development section #226

Open yznts opened 4 years ago

yznts commented 4 years ago

Intro

Just one more thank you for maintaining this project :)

Problem

While developing Algolia provider and making some improvements, it was hard to setup development and test environment (f.e. some webpage). For some people it can be reason for giving up providing new functionality, pull requests or switching to another project at all. For example, we have own fork of this library for providing specific logic and bleeding edge changes (in cases, when pull request is pending), and project with this library the only test and dev environment.

Solution

Noticed, that this project has docz setup. When I tried to build it, something went wrong (could be my specific issue). It would be nice to provide small section with setting up and running that docz, also building lib in dev mode for it.