This repository contains several packages that compose the Geospatial SDK project.
These packages are made to help quickly and efficiently build Web GIS applications: 2D or 3D geospatial data visualization, geo-related functionalities, etc.
First run:
npm install
To run tests:
npm run test
To open the documentation website in dev mode:
npm run docs:dev