justcall-components
v0.1.11
Published
JustCall Design System Components - A comprehensive React component library
Downloads
14
Maintainers
Readme
JustCall UI
If you install any dependencies in this workspace and don't install it in
apps/justcall, you will face issues. It may run fine in the dev server but it will not work in production.
Prerequisites
Please follow the prerequisites from the root README.
Setup
- Run
pnpm install.
Development
- Run
pnpm cosmos. - Open http://localhost:5001/ in your browser.
Tests
- Run
pnpm coverageto test and generate coverage report. - Run
pnpm coverage:uishow coverage report on http://localhost:3000.
Lint
- Run
pnpm lintto lint the code.
Format
- Run
pnpm formatto format the code.
Build
- Run
pnpm cosmos-exportto produce a production bundle.
