Skip to content

open-pioneer/trails-openlayers-base-packages

Build and deploy Audit dependencies (daily)

OpenLayers Base Packages

This repository is intended to manage various base packages for building applications based on OpenLayers.

Samples | API Documentation | User manual

Getting started

Requirements: Node >= 18, pnpm >= 9.

To start the development server, run:

$ pnpm install # initially and always after changing package dependencies
$ pnpm dev     # starts dev server
  VITE v4.3.9  ready in 832 ms

  ➜  Local:   http://localhost:5173/
  ➜  Network: use --host to expose
  ➜  press h to show help

To run tests:

# all tests
$ pnpm test
# only run tests for a certain package (or file)
$ pnpm test <PATH_TO_PACKAGE>

For more details, consult the starter project's Repository Guide.

License

Apache-2.0 (see LICENSE file)