=====================
The ProcessOut's full API documentation can be found on our documentation. You can also find ProcessOut.js specific documentation for card fields and modals.
- Node.js (v18.17.1)
- Yarn (v1.22.22)
To install the dependencies, run the following command:
yarn install
To build the project, run the following command:
yarn build
To run the tests, run the following command:
yarn test
To run the linting, run the following command:
yarn lint
To run the formatting, run the following command:
yarn format