Skip to content

Core runtime packages of the Open Pioneer Trails web client framework.

License

Notifications You must be signed in to change notification settings

open-pioneer/trails-core-packages

Build and deploy Audit dependencies (daily)

Core packages

Core packages of the Open Pioneer Trails client framework.

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 certain tests, only core packages in this case (also see vitest docs)
$ pnpm test ./src/packages/core

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

Packages

This repository publishes the following packages:

Name Version
@open-pioneer/authentication NPM Version
@open-pioneer/authentication-keycloak NPM Version
@open-pioneer/base-theme NPM Version
@open-pioneer/chakra-integration NPM Version
@open-pioneer/core NPM Version
@open-pioneer/http NPM Version
@open-pioneer/integration NPM Version
@open-pioneer/local-storage NPM Version
@open-pioneer/notifier NPM Version
@open-pioneer/react-utils NPM Version
@open-pioneer/reactivity NPM Version
@open-pioneer/runtime NPM Version
@open-pioneer/runtime-react-support NPM Version
@open-pioneer/test-utils NPM Version

License

Apache-2.0 (see LICENSE file)