Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.02 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.02 KB

Smith College Libraries A11y Evaluation Tool

This tool uses the WebAim API to allow you to batch test the accessibility of multiple websites. This tools is built with React and uses React-Bootstrap for layout.

A demo of v2.0 can be found at http://a11ytool.alexroseb.com.

A demo of v1.0 can be found at https://libtools.smith.edu/development/accessibility/.

For the user documentation, read USER-README.md.

Installation

  1. Clone this repository
  2. Make sure to have Yarn installed.
  3. In command line, go to the repository folder and run:
    yarn install
    yarn start
  1. If a window hasn't automatically opened, go to localhost:3000 in your web browser.

This project was bootstrapped with Create React App. You can find the most recent version of the React guide here.