This is the API of OCCAM Utils.
To run this application you will need Node.js and Yarn installed on your machine. To install dependencies, you can run inside the root folder:
yarn
To run the app locally in your machine, you can run the following command:
yarn start
When you want to run tests locally. You can run the following command:
yarn test
# or if you want to run in watch mode
yarn test:watch
# or if you want to run coverage test
yarn test:cov
When you want to run lint locally. You can run the following command:
yarn lint
You can find some additional information on how to work on this project:
Or you can see the full documentation guide here.