Skip to content

maptalks/maptalks.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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