dependabot[bot] f2c2aa05e1 Bump vite in /frontend in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the /frontend directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.21 to 6.4.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.4.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.4.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.4.2
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-09 08:17:29 +00:00
2026-04-05 10:45:39 +02:00
2024-03-17 09:50:13 +01:00
2026-04-05 10:45:39 +02:00
2026-04-05 10:03:13 +02:00
2026-04-05 10:03:13 +02:00
2026-04-05 10:45:39 +02:00
2026-04-05 10:45:39 +02:00
2024-02-13 23:57:50 +01:00

KéMkas

Kard és Mágia karakter alkotó segédlet (https://app.kemkas.hu)

[EN] Please excuse the Hungish, the domain language of KéM is hungarian, but the domain language of programming is english, which resulted in this monster.

[HU] Kérlek nézd el a kevert angol kifejezeséket, ugyan a szerepáték nyelve magyar, de a programozás szakmai nyelve angol.

Deployment

See deployment repo at: https://github.com/morbalint/kemkas-deployment

CI workflow

Coding readmes

For frontend only see: Frontend README

To start development, spin up the docker-compose.yaml file and use yarn to start frontend dev server.

For the first time setup:

dotnet dev-certs https --clean && \
dotnet dev-certs https --format PEM --no-password -ep ~/.aspnet/https/kemkas.pem --trust

Later start the docker compose first and the project launch settings after the DB is up and running.

E2E with Docker Compose

For a fully containerized end-to-end run (tagged backend image + freshly built frontend/e2e images):

docker compose -f e2e.docker-compose.yaml up --build --abort-on-container-exit --exit-code-from e2e e2e

Use BACKEND_IMAGE to select a specific backend tag, and note this compose stack auto-generates TLS certificates for the nginx proxy.

S
Description
No description provided
Readme 3.3 MiB
Languages
TypeScript 91.3%
HTML 7.8%
Shell 0.5%
Dockerfile 0.2%