Property visualization components for Mat3ra workflow ecosystem
- License
- Apache-2.0
- Install Size
- 105.2 kB/-
- Vulns
- 3
- Published
$
npm install @mat3ra/prove$
pnpm add @mat3ra/prove$
yarn add @mat3ra/prove$
bun add @mat3ra/prove$
deno add npm:@mat3ra/prove$
vlt install @mat3ra/prove@mat3ra/prove
Property visualization components for the Mat3ra ecosystem.
1. Installation.
For usage within a JavaScript project:
npm install @mat3ra/prove
For development:
git clone https://github.com/Exabyte-io/prove.git
2. Contributions
This 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