Bumps [@grafana/faro-web-sdk](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/web-sdk) from 1.8.2 to 2.3.1. - [Changelog](https://github.com/grafana/faro-web-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/grafana/faro-web-sdk/commits/v2.3.1/packages/web-sdk) --- updated-dependencies: - dependency-name: "@grafana/faro-web-sdk" dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
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
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.