@curagita/components
v1.2.78
Published
1. Install dependencies: ```bash npm install ```
Keywords
Readme
camea-components
Setup Guide
Install dependencies:
npm installRun visual tests:
npm run storybook
Deployment
Stage and commit your changes:
git add . git commit -m "Your commit message" git pushBuild and deploy:
npm version patch
