Igor-Vladyka / leaflet.motion

A simple tool to animate polylines and polygons in different way
https://igor-vladyka.github.io/leaflet.motion/
MIT License
207 stars 44 forks source link

Added initial CONTRIBUTING.md #22

Closed Patabugen closed 2 years ago

Patabugen commented 3 years ago

Hey Igor,

I'd like to have a go at digging around in your code more and hopefully contributing fixes/developments if you'd like.

It's not clear how to get started, so I've created a CONTRIBUTING.md file (Based on the main Leaflet one).

I've also setup a plnkr.co with a ready-to-go example for testing: (https://plnkr.co/edit/YEuyoRUebDyPi55k?preview)

Do you think you could fill in some details under Making Changes to Leaflet Source to jump start that section?

https://github.com/mill-hill-automation/leaflet.motion/blob/feature/contributing/CONTRIBUTING.md#making-changes-to-leaflet-source

Patabugen commented 3 years ago

I've added a couple of NPM scripts:

npm run build to build the assets (e.g. run webpack) npm run watch to rebuild the assets on file change (e.g. run webpack --watch) npm run publish to publish the changes. Currently it just commits the dist/ folder with a standard message.