A web app which provides succinct interpretations of the WCAG 2.0 spec with optional filters for priority level and discipline. We have included some of our own criterion too and welcome any suggestions and feedback.
You'll need Node/NPM installed.
Run npm i -g gulp && npm i
- This will install gulp globally and all required packages.
If you already have Gulp istalled globally simply Run
npm i
Run gulp
. This will start the server, build processes and watch files for changes.