DJ cReal's website. https://creal.jonas-thelemann.de/
  • TypeScript 53.5%
  • Vue 35.6%
  • Dockerfile 3.4%
  • Shell 3.2%
  • PLpgSQL 2%
  • Other 2.3%
Find a file
2026-04-11 20:34:09 +00:00
.github chore(deps): update dargmuesli/github-actions action to v5.1.1 2026-04-01 05:47:50 +00:00
.husky chore(docker): align 2026-02-03 05:53:26 +01:00
.vscode chore(vscode): add tests as eslint working directory 2024-06-17 23:30:38 +02:00
assets/logo chore(logo): move to top level assets directory 2023-08-07 06:11:01 +02:00
sqitch fix(sqitch): account for user group 2024-07-03 03:09:25 +02:00
src chore(deps): update all non-major dependencies to v3.1027.0 2026-04-11 20:34:09 +00:00
tests chore(deps): update all non-major dependencies 2026-04-11 01:39:14 +00:00
.commitlintrc.js chore(vscode): add tests as eslint working directory 2024-06-17 23:30:38 +02:00
.dockerignore chore(docker): ignore stylelint's cache 2025-01-08 20:51:37 +01:00
.editorconfig chore: move editor configuration 2023-08-07 06:10:53 +02:00
.gitignore feat(cypress): add e2e test 2022-11-26 03:54:11 +01:00
.imgbotconfig refactor(tests): migrate to @dargmuesli/vio v13 2024-06-17 21:46:23 +02:00
.nvmrc chore(deps): update node.js to v24 2025-11-05 18:53:06 +00:00
.releaserc.json refactor(configuration): add file ending 2025-01-13 17:44:53 +01:00
.renovaterc.json feat(deps): upgrade @dargmuesli/nuxt-vio to v21 2026-04-01 04:11:32 +02:00
CHANGELOG.md chore(release): 5.3.1 [skip ci] 2026-04-09 02:58:50 +00:00
CODEOWNERS chore(git): add code owner 2026-02-19 01:18:17 +01:00
docker-entrypoint.sh chore(docker): do not run sqitch in ci 2026-01-07 22:32:43 +01:00
Dockerfile chore(deps): update playwright monorepo 2026-04-04 01:31:18 +00:00
LICENSE feat: add license 2020-10-05 03:52:43 +02:00
package.json feat(deps): upgrade @dargmuesli/nuxt-vio to v21 2026-04-01 04:11:32 +02:00
pnpm-lock.yaml chore(deps): update all non-major dependencies to v3.1027.0 2026-04-11 20:34:09 +00:00
pnpm-workspace.yaml refactor(tests): migrate to @dargmuesli/vio v13 2024-06-17 21:46:23 +02:00
README.md feat(deps): upgrade @dargmuesli/nuxt-vio to v21 2026-04-01 04:11:32 +02:00

CI

cReal

cReal's website: creal.jonas-thelemann.de.

DJ cReal

Table of Contents

  1. Development
  2. Deployment

Development

This project builds upon the Nuxt.js framework.

Install Node.js and pnpm. 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/creal . and run the resulting image using docker run dargmuesli/creal.

Deployment

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