For full documentation, visit docs.postguard.eu.
Reusable Svelte UI component library for PostGuard applications, published as @e4a/pg-components on npm. Contains shared components like file pickers, progress indicators, and authentication dialogs used by the PostGuard website.
Start the dev server:
yarn dev
Build the package:
yarn build
Run type checking:
yarn check
Run linting:
yarn lint
Component stories (via Histoire):
yarn story:dev
New versions are published manually to npm. Bump the version in package.json, commit, and run yarn build && npm publish.
MIT