mirror of
https://github.com/Mesh-LLM/mesh-llm.git
synced 2026-08-08 22:23:19 -04:00
|
Some checks failed
Warm Windows ABI CI caches / Warm Windows CPU ABI cache (push) Has been cancelled
Warm Windows ABI CI caches / Warm Windows CUDA ABI cache (push) Has been cancelled
Warm Windows ABI CI caches / Warm Windows ROCm ABI cache (push) Has been cancelled
Warm Windows ABI CI caches / Warm Windows Vulkan ABI cache (push) Has been cancelled
PR Quality Checks / changes (push) Has been cancelled
Public Website Deploy / Build public website (push) Has been cancelled
CI / Linux immutable release host (push) Has been cancelled
CI / Linux CPU runtime (push) Has been cancelled
CI / Linux CPU product (push) Has been cancelled
CI / two_node_client_serving_smoke (push) Has been cancelled
CI / Runner image / ARC amd64 (push) Has been cancelled
CI / Runner image / ARC arm64 (push) Has been cancelled
CI / Linux static ABI input (push) Has been cancelled
CI / Rust crate tests () (push) Has been cancelled
CI / Linux tests () (push) Has been cancelled
CI / HuggingFace download smoke (push) Has been cancelled
CI / inference_smoke_tests (push) Has been cancelled
CI / agent_live_smokes (push) Has been cancelled
CI / rust_sdk_smoke (push) Has been cancelled
CI / Kotlin native SDK input (push) Has been cancelled
CI / kotlin_sdk_smoke (push) Has been cancelled
CI / changes (push) Has been cancelled
CI / Swift SDK full input (push) Has been cancelled
PR Quality Checks / rust-fmt (push) Has been cancelled
CI / swift_sdk_smoke (push) Has been cancelled
CI / macOS immutable release host (push) Has been cancelled
CI / macOS Metal runtime (push) Has been cancelled
CI / macOS Metal release product (push) Has been cancelled
CI / macOS unit tests (push) Has been cancelled
CI / Linux CUDA compatibility runtime (push) Has been cancelled
CI / Linux CUDA compatibility (push) Has been cancelled
Public Website Deploy / Deploy public website (push) Has been cancelled
CI / Linux ROCm slim runtime (push) Has been cancelled
CI / Linux ROCm slim (push) Has been cancelled
CI / Linux Vulkan runtime (push) Has been cancelled
CI / Linux Vulkan (push) Has been cancelled
CI / Windows Node SDK checks (push) Has been cancelled
CI / Windows CUDA runtime input (push) Has been cancelled
CI / Windows ROCm runtime input (push) Has been cancelled
CI / Windows Vulkan runtime input (push) Has been cancelled
CI / Windows immutable release host (push) Has been cancelled
CI / Windows CPU runtime input (push) Has been cancelled
CI / Windows CPU (push) Has been cancelled
CI / Windows CUDA (push) Has been cancelled
CI / Windows ROCm (push) Has been cancelled
CI / Windows Vulkan (push) Has been cancelled
PR Quality Checks / CI consistency (push) Has been cancelled
PR Quality Checks / CI contract (push) Has been cancelled
Warm Windows ABI CI caches / Prune old Windows ABI caches (push) Has been cancelled
PR Quality Checks / rust-clippy () (push) Has been cancelled
PR Quality Checks / ui-quality (push) Has been cancelled
PR Quality Checks / cli-docs-sync (push) Has been cancelled
PR Quality Checks / summary (push) Has been cancelled
* docs: document libgomp1 for minimal Linux images * docs: add container libgomp installation guidance |
||
|---|---|---|
| .. | ||
| .impeccable | ||
| scripts | ||
| src | ||
| .eleventy.js | ||
| .gitignore | ||
| AGENTS.md | ||
| DESIGN.md | ||
| package-lock.json | ||
| package.json | ||
| PRODUCT.md | ||
| README.md | ||
Mesh LLM Website
The public website is built with Eleventy and emitted into ../docs for static hosting.
cd website
npm install
npm run build
During development:
cd website
npm run dev
From the repository root:
just website-dev
just website-build
npm run dev runs Eleventy with watch mode, incremental builds, and browser
reload on port 8765.
Source files live in website/src:
index.njk- landing pagecatalog/index.njk- live Hugging Face catalog pagedocs/index.njk- docs landing pagedocs/pages/*.md- public documentation pages_includes/- shared layouts, nav, footer, and hero visualassets/site.tailwind.css- shared styling source (generatessite.generated.css)
The generated static output lives in docs/.