The project is MIT licensed (see COPYING for details).
- Clone the repository into a path accessible through a Web server
- Install grunt via node: As root:
npm install -g grunt
- From the repository's root directory, run
npm install
- Install phantomjs 1.8.0 and make sure phantomjs is in your PATH
- run
JUNIT_OUTPUT=build/test-results ROOT_DOMAIN=http://localhost/nix/web-ui-fw/ grunt test
whereROOT_DOMAIN
is the root of the repository as seen through your Web server. The URL forROOT_DOMAIN
must end in a/
.