Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 795 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 795 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.

Building

To compile the code in this repository you will need ensure Node, NPM, TypeScript and Uglify are installed on your machine. This can be done by running the following commands on your terminal:

brew install node
node -v
npm -v

sudo npm install [email protected] [email protected] -g
tsc -v

After that, changes to the code can be compiled with the command make build. This should be done before changes are merged into master.