gRPC API for accessibility insights and metrics
For more information checkout pagemind
npm install
npm run dev
Add a http/https load balancer url using the env CHROME_LB
or FIREFOX_LB
to enable high performance load balancing.
In order to enable firefox use the FIREFOX_ENABLED
env var. You also need to run PUPPETEER_PRODUCT=firefox npm i
to download puppeteer if you are running locally.
AI_DISABLED=false
CHROME_LB=
FIREFOX_ENABLED=false
PAGEMIND_RECORD=true
DEFAULT_RUNNERS=htmlcs
You can set DEFAULT_RUNNERS
to a comma seperated list with the values of axe
and htmlcs
.
You can generate a health check client by running cargo build
. It requires that you first installed the app via npm i
.
check the license file in the root of the project.