Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 830 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 830 Bytes

maptalks.github.io

Source repository of maptalks's web site.

Setup

  1. At root directory
npm install
  1. run
gulp
  • Compile sources in src, generate html files to dist
  • Start gulp-connet on port 2000, begin to watch file changes to rebuild
  1. Open the browser at

http://localhost:2000/

Contribute and Publish

Due to github's requirements, source files are stored in source branch. Once source branch is updated with new commits, examples will be compiled and published to master branch automatically.

Any form of contribution is warmly welcomed any time, please submit your pull request to source branch (NOT master branch).