Property visualization components for the Mat3ra ecosystem.
For usage within a JavaScript project:
npm install @mat3ra/proveFor development:
git clone https://github.com/Exabyte-io/prove.gitThis repository is an open-source work-in-progress and we welcome contributions.
We regularly deploy the latest code containing all accepted contributions online as part of the Mat3ra.com platform, so contributors will see their code in action there.
Useful commands for development:
# run linter without persistence
npm run lint
# run linter and save edits
npm run lint:fix
# compile the library
npm run build
# run tests
npm run test