Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.01 KB

WCAG-EM Report tool is a tool to help web accessibility evaluators to audit websites according to the W3C's WCAG Evaluation Methodology. This tool is developed as part of the WAI-ACT Project.

Important references:

The official released version of WeRT can be found at http://www.w3.org/WAI/eval/report-tool/. An example of the latest (unapproved by EO) version is available at http://w3c.github.io/wcag-em-report-tool/dist/.

Install

Before you can use the WCAG-EM report tool you'll need to install the following components: NodeJS (with NPM), grunt-cli (NPM module), and Ruby. If you have any of these already installed make sure they are updated. Run:

git clone git://github.com/w3c/wcag-em-report-tool.git
gem install compass
npm install
bower install

Usage

You can launch a development version by running:

grunt serve

To create a build in the /dist folder run:

grunt build