Thank you for considering contributing to Leaflet-Geoman.
Follow these steps to get up and running:
- clone the repository
- Make sure you run the node version specified in package.json under "engines" or run
nvm use - run
npm install - run
npm startto compile dev version and use watch mode - run
npm run cypressto launch the test suite (also nice for TDD) - run
npm run testto run cypress tests - run
npm run lintto check the code with eslint - run
npm run prepareto compile the build version