Deichman-ui
Style-guide and component library for the Oslo public libraries
Developing
Local development is done via React-storybook. Clone the repo and run:
npm i
npm start
Built with
Publishing
Make sure to update the changelog
To publish a new version of the library to npm:
npm version {major/minor/patch}
git push --tags
git push origin master
npm publish
To publish/update the docs:
npm run deploy-storybook
CDN Cache
jsDelivr will cache the @latest
tag for 24 hours, if you're using the latest version and wish to purge the cache, visit https://purge.jsdelivr.net/npm/@digibib/deichman-ui@latest/dist/index.css