vf-dds-react
v0.0.4
Published
React components of the Vattenfall Digital Design System
Maintainers
Readme
Prerequisites
- Nodejs (tested on v22.13.1) - used to build/package everything
- Bun (tested on v1.2.10) - replaces npm for fast installs
Dev Workflow
- Run
bun run storybookat the root directory. - Add/edit components as you normally do.
- See your changes live at http://localhost:6006/
Formatting and Linting
- Run
bun run formatto run the formatter. - Run
bun run lintto run the linter. Fix any warnings and errors that you'll find. - Repeat until everything is clean.
Build Workflow
- Run
bun run buildat the root directory.
Publishing to npm registry
- Run
bun run publishat the root directory.
