Jonas Thelemann's website. https://jonas-thelemann.de
Find a file
2026-02-10 10:07:59 +00:00
.github chore(github): instruct dependency version pin 2026-02-09 07:48:20 +01:00
.husky chore(docker): align 2026-02-03 05:50:34 +01:00
.vscode chore(tests): update paths 2024-06-18 08:23:30 +02:00
src chore(deps): update dependency stylelint to v17.2.0 2026-02-10 10:07:59 +00:00
tests chore(deps): update dependency typescript-eslint to v8.55.0 2026-02-09 21:59:54 +00:00
.commitlintrc.js refactor(commitlint): migrate to v19 2024-02-29 01:35:48 +01:00
.dockerignore test(package): use start scripts with ports 2025-01-14 09:59:33 +01:00
.editorconfig feat: switch to portfolio page 2021-08-29 13:27:36 +02:00
.gitignore test(e2e): switch to playwright 2023-06-22 05:12:55 +02:00
.imgbotconfig chore(tests): update paths 2024-06-18 08:23:30 +02:00
.nvmrc chore(deps): update node.js to v24 2025-11-03 06:50:01 +00:00
.releaserc.json refactor(configuration): add file ending 2025-01-12 11:12:59 +01:00
.renovaterc.json chore(deps): pin nuxt-og-image to 5.1.12 2025-12-27 01:16:46 +01:00
CHANGELOG.md chore(release): 6.10.2 [skip ci] 2026-02-09 11:50:28 +00:00
docker-entrypoint.sh refactor(docker): format entrypoint 2025-11-25 04:02:06 +01:00
Dockerfile fix(docker): correct production environment 2026-02-09 12:44:50 +01:00
LICENSE chore: add license 2022-06-15 00:26:15 +02:00
package.json refactor(test): use vio 2026-02-09 07:56:36 +01:00
pnpm-lock.yaml chore(deps): update dependency stylelint to v17.2.0 2026-02-10 10:07:59 +00:00
pnpm-workspace.yaml refactor(tests): move directory 2024-06-17 04:06:40 +02:00
README.md docs(readme): update dargstack casing 2025-03-20 07:56:27 +01:00

CI website uptime monitoring

jonas-thelemann

The source code of jonas-thelemann.de.

Welcome

Table of Contents

  1. Development
  2. Deployment

Development

This project builds upon the Nuxt.js framework. Install Node.js and mkcert. Then run pnpm i to install the project's dependencies. After that, use pnpm dev for development or pnpm build to generate the static page.

Alternatively, build the provided Dockerfile using docker build -t dargmuesli/jonas-thelemann . and run the resulting image using docker run dargmuesli/jonas-thelemann.

Deployment

This project is deployed within the jonas-thelemann_stack in accordance to the dargstack template to make deployment a breeze.