Skip to content

How to build

Martin Treacy-Schwartz edited this page Dec 21, 2016 · 12 revisions

ℹ️
You only need to read this page is your are interested in modifying and building the SDK from Typescript source.

###Dependencies

  • Node.js
  • Gulp

Run the following command to install all devDependencies:

npm install

All source code (Typescript) is located in src.

Clone this wiki locally