Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 839 Bytes

README.md

File metadata and controls

52 lines (32 loc) · 839 Bytes

ProcessOut.js

=====================

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.

Prerequisites

  • Node.js (v18.17.1)
  • Yarn (v1.22.22)

Installation

To install the dependencies, run the following command:

yarn install

Building

To build the project, run the following command:

yarn build

Testing

To run the tests, run the following command:

yarn test

Linting

To run the linting, run the following command:

yarn lint

Formatting

To run the formatting, run the following command:

yarn format