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 devBuild the package:
yarn buildRun type checking:
yarn checkRun linting:
yarn lintComponent stories (via Histoire):
yarn story:devNew versions are published manually to npm. Bump the version in package.json, commit, and run yarn build && npm publish.
MIT