@helpwave/hightide
v0.6.5
Published
helpwave's component and theming library
Downloads
2,020
Maintainers
Readme
helpwave hightide
This repository contains all components and themes employed by helpwave's web application
Development - Getting Started
To start developing in the Project just run this command:
npm run init Translations
Translations are handled similar to Flutter's intl package with .arb files using
ICU patters for string replacements. These files are found in the locales folder
and the typed translation are build with:
npm run build-translationThe resulting files are by default found in the i18n folder.
Theming
Theming is achieved through an extensive tailwindcss config in the globals.css
Storybook
We use storybook for easily testing and showcasing our component library
npm run storybookPublishing a new version
Increase the version number in the package.json
Update the CHANGELOG.md
npm run build