Files
firecamp/platform/firecamp-ui/README.md
2023-08-15 14:34:50 +05:30

354 B

ui-kit

TODO: description

Usage

import uiKit from 'ui-kit';

// TODO: DEMONSTRATE API

Run

Run Storybook:

pnpm storybook

Run Jest test cases :

pnpm test

Run the Storybook after running all available test cases:

pnpm start:storybook

By default, a server at localhost:6006 is started.