Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 707 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 707 Bytes

Mapbox-gl-path

Mapbox-gl-path allows you to create paths on a map with or without the help of various directions APIs.
It requires Mapbox-gl-js (or Maplibre-gl-js) as a dependency.

Documentation and demo

👉 See our documentation website.

Run Locally

Clone the project

git clone [email protected]:makinacorpus/mapbox-gl-path.git

Go to the project directory

cd mapbox-gl-path

Install dependencies

npm install

Start the server

mapboxglToken="YOUR_ACCESS_TOKEN" npm run start

Build

npm run build