Skip to content

open-pioneer/trails-core-packages

Core packages

Core packages of the open pioneer client framework.

Samples | API Documentation | User manual

Getting started

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

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.

License

Apache-2.0 (see LICENSE file)