Add your description here...
You will need to install Olive Helps.
Install Node.js, clone this repo, and install the project dependencies with:
npm install
Then compile and package the project with:
npm run build
# ESLint and Prettier
npm run lint # Check for issues
npm run lint:fix # Fix all auto-fixable issues
# Jest
npm run test # Run unit tests
npm run test:coverage # Run unit tests with coverage report