The demo package is currently where controls can be played with. If yarn start doesn't work go into the demo package and run yarn from there.
### Yarn + Lerna
This repo is set up as a monorepo using Lerna + Yarn workspaces. The yarn commands will trigger the lerna commands which will execute yarn commands in each package.
This repo manages semantic versioning and publishing using Beachball (https://github.com/microsoft/beachball). When contributing, make sure to run the following before making a pull request
1.`yarn change` will take you through a command line wizard to generate change files
2. Make sure to commit and push the newly generate change file
TODO:
- [ ] Add a release pipeline to update versions and publish to npm registry