DJ cReal's website. https://creal.jonas-thelemann.de/
Find a file
2025-12-08 06:26:21 +00:00
.github chore(deps): update all non-major dependencies 2025-12-03 06:33:38 +00:00
.husky chore(husky): specify pnpm command 2025-11-26 07:02:48 +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 dependency vue-tsc to v3.1.7 2025-12-07 21:10:53 +00:00
tests chore(deps): update dependency vite to v7.2.7 2025-12-08 06:26:21 +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): unpin pnpm from v10.12.1 2025-07-17 11:24:31 +02:00
CHANGELOG.md chore(release): 5.0.2 [skip ci] 2025-12-04 02:09:20 +00:00
docker-entrypoint.sh chore(docker): format entrypoint 2025-11-25 04:46:42 +01:00
Dockerfile chore(docker): add volume for node modules 2025-11-26 06:58:27 +01:00
LICENSE feat: add license 2020-10-05 03:52:43 +02:00
package.json chore(deps): update all non-major dependencies to v20.2.0 2025-12-05 05:25:32 +00:00
pnpm-lock.yaml chore(deps): update dependency vite to v7.2.7 2025-12-08 06:26:21 +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.