# Buffini UI Project

`React, TypeScript`

git repo: https://dev.azure.com/buffiniandcompany/BuffiniAndCompany/_git/buffini_ui

site: https://buffiniandcompany.blob.core.windows.net/buffini-ui/index.html#/

# Run the Project

1. `npm install`
2. `npm start` - this will run the project on `http://localhost:8000/#/`

# Publish the Project

1. Commit code changes to a feature branch
2. Execute `npm version patch` to bump the package version up (i.e. 1.0.0 to 1.0.1)
3. Push your feature branch and submit a PR
4. After the pipeline is done, the docs will be published to a Blob storage folder (https://buffiniandcompany.blob.core.windows.net/buffini-ui/index.html) and the library will be published to NPM as a public package.
