deployed at https://howto.acdh.oeaw.ac.at.
prerequisites:
set required environment variables in .env.local:
cp .env.local.example .env.localadjust environment variables in .github/workflows/validate.yml and
.github/workflows/build-deploy.yml.
install dependencies:
pnpm installrun a development server on http://localhost:3000:
pnpm run devset KUBE_NAMESPACE repository variable to the acdh-ch kubernetes namespace to deploy to. every git
push to the main branch should trigger a deployment if the validation pipeline passes.