Skip to content

Latest commit

 

History

History
executable file
·
12 lines (9 loc) · 364 Bytes

README.md

File metadata and controls

executable file
·
12 lines (9 loc) · 364 Bytes

Accessibility Scanner

Instructions to run

  1. Install node packages via NPM or Yarn
  2. run node | yarn start
  3. When requested, input the full URL for the website that you'd like to scan
  4. View your scan results in output/scan-results.html

Caveat: If you're running Node <14.0, you'll need to add the --experimental-modules flag when executing node.