Skip to content

maptalks/examples

Repository files navigation

maptalks examples

Circle CI

Source repository of maptalks.js's examples.

Folder

|- codes/               # examples sources
|- config/              # examples index json file
|- public/              # resources
|- src/                 # program

Setup

  1. At root directory
npm install
  1. run
npm run dev
  1. Open the browser at

    http://127.0.0.1:5173/

Contribute and Publish

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