Wenge is a web application to manage purchase orders and requests for funding. It is being developed for in-house use at the IMA World Health HQ in Kinshasa, DRC.
npm install -g gulp bower babel npm install bower install npm run production
The application depends on .env
which is not distributed with this repository. To create your own,
please follow the guidelines in .env.sample
. Otherwise, email the developers.
To test the application, use npm. The following should build and run tests.
npm test
By default, tests run in parallel using ava. For debugging purposes, you can force the tests to run serially using the following:
# build the application
gulp build
# run serial tests
ava --serial