Follow the installation instructions for docker and docker-compose
(docker-compose may or may not come with docker on your platform)
docker-compose upthe ui be served at http://localhost:8000
docker-compose \
-f docker-compose.yml \
-f docker-compose.override.yml \
-f docker/docker-compose.test.yml \
run seleniumif you need to update node modules run:
docker-compose exec app yarnin general you can run anything in the app container with
docker-compose exec app <command>