deployed at https://howto.acdh.oeaw.ac.at.
prerequisites:
set required environment variables in .env.local
:
cp .env.local.example .env.local
adjust environment variables in .github/workflows/validate.yml
and
.github/workflows/build-deploy.yml
.
install dependencies:
pnpm install
run a development server on http://localhost:3000:
pnpm run dev
set 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.