Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 381 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 381 Bytes

Contributing

Thank you for considering contributing to leaflet.pm.

Follow these steps to get up and running:

  1. clone the repository
  2. run npm install to install all dependencies.
  3. run npm run build to build the library
  4. run npm run dev to start watching the files.
  5. open demo/index.html in your browser to see the changes to you inside the src folder.