# NBMap GL

NBMap GL is a web map SDK for JavaScript that enables interactive maps with NextBillion's vector tiles service in your web apps.

# Development

Before start, please install `Node.js` and `yarn` to install dependencies.

```bash
yarn
```

You can start developing with this command:

```bash
yarn dev
```

You can build a minified version of the SDK with this command:

```bash
yarn build
```

