@good-vibes-consultation/gvc-ui
v1.0.22
Published
Good Vibes Consultation Design Framework
Readme
gvc-ui
npm run storybook
npm run test-storybook -- --coverage
Project: GVC-UI
A ui library developed by Good Vibes Developers as a proprietary library for internal use.
Getting Setup
- Install dependencies:
npm install
npx playwright install --with-deps
- This installs playwright and the dependencies for the project
- Run the storybook:
npm run storybook
Running Tests
npm run story-test
- This will start storybook if it's not already running and run the tests for all components
npm run test-storybook
- This will run the tests for all components without starting storybook & without coverage
