Thank you for considering contributing to Leaflet-Geoman.
Follow these steps to get up and running:
- clone the repository
- run
npm install
- run
npm start
to compile dev version and use watch mode - run
npm run cypress
to launch the test suite (also nice for TDD) - run
npm run test
to run cypress tests - run
npm run lint
to check the code with eslint - run
npm run prepare
to compile the build version