Yoru-ui Component (WIP)
Yoru -「夜 」 it means night
📋 Instructions
Generate new Components
If you want to create new component please use this command, we already provide some template for creating new component
pnpm new:pkg
Run Storybook
pnpm storybook
Build Command
pnpm run build
Testing
To test your code use
pnpm test
to run jest testing suite.
For coverage, please use :
pnpm test:coverage
For Testing with spesific workspace, please use :
test:workspace workspace-name