Before performing any code changes go through the following setup:
git checkout main
git pull origin
npm install # update monorepo root and subpackage dependencies
npm run all # build everything
Code follows TSDoc standard of source documentation and uses typedoc generator to generate HTML documentation.