Note - Application code has been moved to qa-components repo - https://github.com/browserstack/qa-components/tree/main/wcag-webservice
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