Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.01 KB

File metadata and controls

42 lines (29 loc) · 1.01 KB

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-translation

The 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 storybook

Publishing a new version

npm run build