A collection of low level components for building rich and flexible visualisations
npm install @bitrise/bitvizLibrary for React Visualisation components
___
```
git clone git@github.com:bitrise-io/bitviz.git
cd bitviz
yarn install
#### $ yarn build
Builds the library and site
#### $ yarn lint
Runs Javascript linting
#### $ yarn serve
Serves up the static files built for the site
#### $ yarn start
Runs the developlement server and site
#### $ yarn test`
Runs the unit tests for the library components
This project is following continuous deployment using Bitrise CI 🙌 with Netlify for branch deploys.
#### Commit Messages
Bitiz uses a strict commit message structure that follows the Conventional Commits spec. This is used to automate publishing the package to NPM and generating the changelog with Semantic Release.