Source repository of maptalks's web site.
- At root directory
npm install
- run
gulp
- Compile sources in
src
, generate html files todist
- Start gulp-connet on port 2000, begin to watch file changes to rebuild
- Open the browser at
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).