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
- Host: GitHub
- URL: https://github.com/nhsdigital/accessibility-checklist
- Owner: NHSDigital
- Created: 2022-11-09T19:30:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T17:41:09.000Z (12 months ago)
- Last Synced: 2025-02-15T03:43:13.106Z (11 months ago)
- Topics: a11y, accessibility
- Language: CSS
- Homepage: https://nhsdigital.github.io/accessibility-checklist
- Size: 654 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)