mirror of
https://github.com/LukeHagar/firecamp.git
synced 2025-12-06 04:19:43 +00:00
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.