Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 451 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 451 Bytes

Contributing

Thank you for considering contributing to Leaflet-Geoman.

Follow these steps to get up and running:

  1. clone the repository
  2. run npm install
  3. run npm start to compile dev version and use watch mode
  4. run npm run cypress to launch the test suite (also nice for TDD)
  5. run npm run test to run cypress tests
  6. run npm run lint to check the code with eslint
  7. run npm run prepare to compile the build version