Skip to content

andrfra/trails-core-packages

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

641 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build and deploy Audit dependencies (daily)

Core packages

Core packages of the Open Pioneer Trails client framework.

Getting started

Requirements: Node >= 20, pnpm >= 10.

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.

Branches

  • main: Current development state.
  • 3.x (Legacy): Contains the 3.x versions based on Chakra v2.

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-snippets 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/test-utils NPM Version

License

Apache-2.0 (see LICENSE file)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 96.0%
  • JavaScript 2.1%
  • HTML 1.9%