Skip to content

klave-network/platform

Repository files navigation

Klave Platform

FOSSA Status

This repo contains the Klave Platform for Typescript

Build

Run nx build [package] to build the desired package. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run nx test [package] to execute the unit tests via Jest.

Run nx affected:test to execute the unit tests affected by a change.

Running end-to-end tests

Run nx affected:e2e to execute the end-to-end tests affected by a change.

Understand the suite

Run nx dep-graph to see a diagram of the dependencies of this suite.

License

FOSSA Status