This is a monorepo managed using lerna.
For more information see the readme for each package:
Package | Version | README | CHANGELOG |
---|---|---|---|
abstract-image | README | CHANGELOG | |
abstract-chart | README | CHANGELOG | |
abstract-document | README | CHANGELOG | |
abstract-3d | [![npm version][i-a3d]][u-a3d] | README | CHANGELOG |
There is also a package with examples:
For development of the react components, use yarn storybook
to start storybook in development mode.
For the other packages, use yarn test
to test them.
First update changelog.
The packages are published on npmjs.org. To publish run this command:
yarn publish-npm
It will build the packages and call lerna publish
which will figure out which packages has changed, ask for new versions of them, and then publish them.