Skip to content

Responsible for maintaining component library and style guide

Notifications You must be signed in to change notification settings

dassana-io/web-components

Repository files navigation

web-components

Responsible for web components to be shared by microfrontends.

Usage

Storybook

  1. Run npm start or npm run storybook

Tests

  1. Run npm run test to run all tests.
  2. Run npm run test-watch to run all tests in watch mode.
  3. Run npm run test-coverage to check test coverage.

Linting and Code Formatting

  1. Run npm run lint to run linter and fix lint errors.
  2. Run prettier --write . to format code.

Note: Please read through the documentation on notion for instructions on storybook UI tests and other relavant info.