After checking out from GitHub, install the dependencies:
$ npm install
or, if using yarn:
$ yarn
To generate documentation:
$ npm run doc
To lint all *.ts files:
*.ts
$ npm run lint