Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 621 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 621 Bytes

Pa11y Website Accessibility Tester

Check website for accessibility issues using Pa11y.

Requirements

This app requires [Node.js][node] 12+ to run.

Linux and macOS

To install [Node.js][node] you can use [nvm][nvm]:

nvm install node

You can also install Node.js using a package manager like for example [Homebrew][brew]:

brew install node

Alternatively, you can also download pre-built packages from the [Node.js][node] website for your particular Operating System.

Usage

Install dependencies

npm install

Run

npm start