1. Clone this repository into your computer
npm install cdx-button1. Clone this repository into your computer
```
git clone git@github.gam.gehealthcare.com:212070170/cdx-component-starter-package.git
2. Install dependencies
``
npm install
3. Add your component code in src/index.js
4. Update package.json with your component name and version
``
{
"name": "put-your-component-name-here",
"version": "put-your-component-version-here",
...
}
5. Build your component for publishing
``
npm run build
6. log in to npm
``
npm login (you must have an account in npm, have verified your email and have publishing rights)
7. Publish your component
```
npm publish