Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 474 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 474 Bytes

Etools Auditor Portal Front-End module

Installation

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

Tests

To run tests you can use:

$ gulp test