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

https://github.com/nhsdigital/accessibility-checklist

An accessibility checklist
https://github.com/nhsdigital/accessibility-checklist

a11y accessibility

Last synced: 2 months ago
JSON representation

An accessibility checklist

Awesome Lists containing this project

README

          

# Accessibility Checklist

The accessibility checklist helps those involved in creating websites and mobile apps more accessible.

It contains information and guidance and is based on the W3C's Web Content Accessibility Guidelines (WCAG) 2.2.

## How to view the checklist locally

The checklist is built using [Eleventy](https://www.11ty.dev/), which requires [Node](https://nodejs.org/en/).

To run it locally:

- ensure Node and Eleventy are installed
- clone this repository or download it as a zip
- at the command line, enter the directory you have cloned the repository (or extracted the zip) and run `npm install`
- run `npm start`

The site should now be running at `http://localhost:8080`

If you can't run this site locally, you can [view the site here](https://nhsdigital.github.io/accessibility-checklist/).

## Contribute

Feedback is welcome. Feel free to [submit an issue](https://github.com/nhsdigital/accessibility-checklist/issues) or [open a pull request](https://github.com/nhsdigital/accessibility-checklist/pulls)