This repository allows you to quickly install the warp speed accessibility and vast coverage tool A11yWatch Lite into a Ddev project using just ddev get a11ywatch/ddev-a11ywatch
.
ddev get a11ywatch/ddev-a11ywatch && ddev restart
ddev restart
This A11yWatch recipe for ddev installs a .ddev/docker-compose.a11ywatch-standalone.yaml
using the A11yWatch
stand-alone docker image.
- The A11ywatch instance will listen on TCP port 3280 (the A11yWatch default) and port 50050 for gRPC.
- Configure your application to access A11ywatch on the host:port
a11ywatch:3280
.
- To get detailed infromation on how to interact or commincate with the A11yWatch API Info A11yWatch.
- The A11yWatch CLI is helpful to perform automated task using the gRPC client.
- Add web panel option start using the
a11ywatch/web
image.
Contributed by j-mendez