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 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