User interface for ADS Scan Explorer
Configure environment variables, ports and such in the ./docker/{environment}.yaml files.
Create the container and start the application by running docker compose with environment specific settings.
docker compose -f docker/docker-compose.yaml -f docker/{environment}.yaml up -d
Run unit tests
npm run test
Run unit test & get coverage report
npm run test:coverage
Build and start the application
npm run build
npm run start:test
Run the tests
npm run test:e2e
When upgrading Mirador, please take note that we are applying a patch to remove some features that is not possible to remove by the configuration. Upgrading Mirador may cause the patch to no longer function and will need to be re-created for the new version of Mirador.