Source repository of maptalks.js's examples.
|- codes/ # examples sources
|- config/ # examples index json file
|- public/ # resources
|- src/ # program
- At root directory
npm install
- run
npm run dev
-
Open the browser at
Sources files are stored in master
branch. Once master
branch is updated with new commits, examples will be compiled and published to gh-pages
branch automatically.
Any form of contribution is warmly welcomed any time, please submit your pull request to master
branch (NOT gh-pages
branch).