The repository holds fundamental building blocks, helpers and utilities.
This project relies on NodeJS and leverages Yarn. The code is written using TypeScript and transpiles to JavaScript as part of its building.
At the root level of the repository, to restore all node modules, run the following:
$ yarn
To build, run the following at the root level of the repository:
$ yarn build
To run the test harness:
$ yarn test