3.0.1 • Published 2 years ago
@pinnacleusorg/quisp v3.0.1
QUISP
Quick UI for Svelte at Pinnacle
QUISP is a 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
Package & Publish
- Bump version Major.Minor.Patch in
package,json
- git add -A && git commit -m "repo: version bump"
- git tag vMajor.Minor.Patch
- git push
- Package & publish handled automatically by CI