This is the main monorepo README. The monorepo contains the following packages:
Each subpackage above can be deployed or imported as an npm package in isolation.
All packages have tests and most part from util
have their own viewable demo webserver to display the current functionality.
pnpm is the package manager used throughout the monorepo.
To check everything is working locally, run the following commands:
pnpm install
pnpm run start
When these commands have finished open a browser at http://localhost:3000
A combination of the test runner jest and react-testing-library are used to unit test the code.
You will need to have perviously ran pnpm install
before running:
pnpm test
This will run unit tests in every subpackage of the monorepo. Each subpackage has its own suite of tests that can be executed with the same command when executed in the subdirectory.
Version | Tag | Published |
---|---|---|
4.42.1 | latest | 21d ago |