Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 435 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 435 Bytes

Geospatial SDK

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.

Development

First run:

npm install

To run tests:

npm run test

To open the documentation website in dev mode:

npm run docs:dev