Using git, clone to a local directory:
$ git clone https://github.com/unicef/etools-tpm.gitAssuming node and npm are already installed, make sure bower is also installed, if not run:
$ npm install -g bowerInstall packages:
$ npm install
$ bower installTo run tests you can use:
$ gulp test