Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.69 KB

CONTRIBUTING.md

File metadata and controls

28 lines (23 loc) · 1.69 KB

How To Contributing

  • Map is Leaflet.
  • 1 app, 1 html file.
  • Minimum codes.
  • Application title and number into <div id="title"><p>09. Search Nearest with Turf</p></div>.
  • You should not use third-party libraries rashly.
  • Application file name is [No.]_[Short title].html
  • Application title in a file name should be separated by a hyphen (-).
  • Update README.md and CODESNIPETS.md.
  • Note the library or the leaflet plug-in used in your application into the list in README.
  • It is BETTER that the app can be accessed via HTTPS.

Code Style

Development Instructions

  1. Fork and clone Map Effects 100
  • cd into the map-effects-100 folder
  • Install the dependencies on your app with npm install
  • Create new html and js files into the src to work the eslint automatically with gulp
  • Run gulp watch from the command line. This will check your code into the src with eslint-config-airbnb
  • add you js file in gulp.js (section to automate with file name)
  • After finishing coding, run gulp build
  • Make your changes in its own topic branch and create a pull request