Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 670 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (20 loc) · 670 Bytes

Contributing

This document contains a set of guidelines to help developers during the contribution process.

Development

Download and install dependencies

git clone https://github.com/teritorio/maplibre-gl-teritorio-cluster.git
cd maplibre-gl-teritorio-cluster
yarn install

Run locally

Runs the project in development/watch mode with Vite Dev server.

yarn dev

Build package

Bundles the package to the dist folder. The package is bundled with Vite Library Mode into multiple formats (CommonJS, ESM).

yarn build