Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 732 Bytes

File metadata and controls

30 lines (21 loc) · 732 Bytes

Wcag Webservice


Note - Application code has been moved to qa-components repo - https://github.com/browserstack/qa-components/tree/main/wcag-webservice

Setup

In order to run Pa11y Webservice, we recommend cloning this repository locally:

git clone https://github.com/bsautomation/wcag-webservice.git

Then installing the dependencies:

cd wcag-webservice
yarn install
npm start

The config/ directory contains three example config files. You can use these as a base to create your own configuration.

cp config/development.sample.json config/development.json
cp config/production.sample.json config/production.json
cp config/test.sample.json config/test.json