This repository contains all components and themes employed by helpwave's web application
To start developing in the Project just run this command:
npm run init 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 is achieved through an extensive tailwindcss config in the globals.css
We use storybook for easily testing and showcasing our component library
npm run storybook-
Increase the version number in the package.json
-
Update the CHANGELOG.md
npm run build