Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 748 Bytes

readme.md

File metadata and controls

36 lines (23 loc) · 748 Bytes

app howto

deployed at https://howto.acdh.oeaw.ac.at.

how to run

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

how to deploy

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.