This website is built with Astro.
To get started, run the following commands:
npm install
npm run devnpm run test:unitFor e2e tests, you need to run the following commands:
npm run build && npm run docker:build-e2e && npm run test:e2eTo update the e2e screenshots, run the following command:
npm run test:e2e -- -ue2e tests runs in a docker container, so you need to have Docker installed. The reason for this is to have a consistent environment for the screenshot generation.