Skip to content

jinsley8/web-accessibility-tester-pa11y

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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