Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 609 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 609 Bytes

PCL

Pinnacle Component Library

PCL is a Svelte UI library containing components used across Pinnacle web services as we transition to SvelteKit as our primary framework. It is partially documented with Storybook and will be expanded as more repositories transition to using SvelteKit.

Developing

npm run storybook

Usage

See Storybook for usage examples.

Package & Publish

  1. bump version Major.Minor.Patch in package.json
  2. git add -A && git commit -m "repo: version bump"
  3. git push
  4. tag, package & publish handled automatically by CI