Using git, clone to a local directory:
$ git clone https://github.com/unicef/etools-auditor-portal.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