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