An open API service indexing awesome lists of open source software.

https://github.com/maptalks/examples

maptalks examples
https://github.com/maptalks/examples

Last synced: 10 months ago
JSON representation

maptalks examples

Awesome Lists containing this project

README

          

# maptalks examples

[![Circle CI](https://circleci.com/gh/maptalks/examples/tree/master.svg?style=shield)](https://circleci.com/gh/maptalks/examples/tree/master)

Source repository of [maptalks.js's examples](https://maptalks.github.io/examples/en/basic/map/load/).

## Folder

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

## Setup

1. At root directory

```bash
npm install
```

2. run

```bash
npm run dev
```

3. Open the browser at

[http://127.0.0.1:5173/](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).