Skip to content

    Development documentation — this describes the current development branch. Documented behavior may not exist in the latest release.

    Compatibility

    The supported targets below reflect what the repository’s build, container, and chart actually use and produce. For the relationship to the upstream project and known divergences, see Fork compatibility.

    TargetStatusNotes
    Node.js 22SupportedUsed by the Dockerfile build stage; the baseline for building from source.
    Vite 6SupportedBuild tooling.
    Nginx 1.27 (Alpine)SupportedRuntime image that serves the built site on port 80.
    PlatformStatusNotes
    linux/amd64SupportedThe image is currently built for amd64 only.
    linux/arm64Not currently publishedNo multi-architecture build is configured; build from source for other architectures.
    TargetStatusNotes
    Helm 3SupportedChart markdown-live-preview version 0.1.1, app version 1.0.0.
    Read-only root filesystemRequires writable volumesSee Kubernetes.
    TargetStatusNotes
    Modern Chromium, Firefox, WebKitSupportedRequires JavaScript, localStorage, and Clipboard API for copy.
    • The image tag (latest or sha-<commit>) and the chart version are independent; pin both for reproducible deployments.
    • The chart’s appVersion (1.0.0) mirrors the application’s package.json version and does not change with every image build.