Thank you for considering contributing to leaflet.pm.
Follow these steps to get up and running:
- clone the repository
- run
npm install
to install all dependencies. - run
npm run build
to build the library - run
npm run dev
to start watching the files. - open
demo/index.html
in your browser to see the changes to you inside thesrc
folder.