DJ cReal's website. https://creal.jonas-thelemann.de/
  • TypeScript 53.7%
  • Vue 35.2%
  • Dockerfile 3.4%
  • Shell 3.3%
  • PLpgSQL 2%
  • Other 2.4%
Find a file
2026-03-02 22:03:40 +00:00
.github chore(deps): update dargmuesli/github-actions digest to 6989da1 2026-02-26 21:43:31 +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.1000.0 2026-03-02 22:03:40 +00:00
tests chore(deps): update all non-major dependencies 2026-03-01 20:52:07 +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 chore(deps): pin nuxt-og-image to v5.1.12 2025-12-27 00:56:05 +01:00
CHANGELOG.md chore(release): 5.2.3 [skip ci] 2026-02-22 10:33:36 +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 all non-major dependencies (#610) 2026-02-25 21:38:38 +00:00
LICENSE feat: add license 2020-10-05 03:52:43 +02:00
package.json chore(deps): update all non-major dependencies 2026-03-01 20:52:07 +00:00
pnpm-lock.yaml chore(deps): update all non-major dependencies to v3.1000.0 2026-03-02 22:03:40 +00:00
pnpm-workspace.yaml refactor(tests): migrate to @dargmuesli/vio v13 2024-06-17 21:46:23 +02:00
README.md docs(readme): update dargstack casing 2025-03-20 07:57:09 +01: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.