Test the docker pa11y dashboard and webservice in a docker environment.
- Docker and the
docker-compose
tool - Browser
Simply start the containers (dashboard and mongo):
If you have make
installed:
make run
else:
docker-compose up -d
Check the logs:
make logs
or:
docker-compose logs -f dashboard
Go to the browser: