Jonas Thelemann's website. https://jonas-thelemann.de
Find a file
2025-12-08 01:14:58 +00:00
.github chore(deps): update dargmuesli/github-actions action to v3.2.2 2025-12-03 02:38:57 +00:00
.husky chore(husky): initialize nvm 2025-06-26 23:32:27 +02:00
.vscode chore(tests): update paths 2024-06-18 08:23:30 +02:00
src chore(deps): update dependency vue-tsc to v3.1.7 2025-12-07 21:43:32 +00:00
tests chore(deps): update @dargmuesli/nuxt-vio to v20.1.1 2025-12-06 03:00:09 +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): unpin vite 2025-10-14 21:07:41 +02:00
CHANGELOG.md chore(release): 6.1.0 [skip ci] 2025-11-25 07:51:54 +00:00
docker-entrypoint.sh refactor(docker): format entrypoint 2025-11-25 04:02:06 +01:00
Dockerfile chore(docker): add volume for node modules 2025-11-26 06:57:40 +01:00
LICENSE chore: add license 2022-06-15 00:26:15 +02:00
package.json chore(deps): update all non-major dependencies to v20.2.0 2025-12-05 06:11:01 +00:00
pnpm-lock.yaml chore(deps): lock file maintenance 2025-12-08 01:14:58 +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.