Skip to content

acdh-oeaw/howto

Repository files navigation

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.

About

A platform for sharing and expanding your knowledge of digital research tools and methods

Resources

License

Stars

Watchers

Forks

Releases

No releases published