An open API service indexing awesome lists of open source software.

https://github.com/zone/zwag

A web app which provides succinct interpretations of the WCAG 2.0 spec with optional filters for priority level and discipline.
https://github.com/zone/zwag

Last synced: 2 months ago
JSON representation

A web app which provides succinct interpretations of the WCAG 2.0 spec with optional filters for priority level and discipline.

Awesome Lists containing this project

README

        

# Zone: Easy lookup web accessibility guidelines

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.

[View the live app](http://zone.github.io/zwag/)

## Prerequisites

You'll need Node/NPM installed.

## Install

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`

## Development

Run `gulp`. This will start the server, build processes and watch files for changes.