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.
- Host: GitHub
- URL: https://github.com/zone/zwag
- Owner: zone
- License: mit
- Created: 2015-06-30T09:15:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T18:51:49.000Z (almost 7 years ago)
- Last Synced: 2025-01-26T09:16:54.422Z (4 months ago)
- Language: HTML
- Homepage: http://zone.github.io/zwag/
- Size: 1.94 MB
- Stars: 14
- Watchers: 18
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.