mirror of
https://github.com/Mesh-LLM/mesh-llm.git
synced 2026-08-08 22:23:19 -04:00
- build one backend-neutral host per platform and package native runtimes separately - compose immutable product-v2 bundles from verified host and runtime artifacts - enforce host import policy and runtime provenance across release and SDK lanes - align debug, release, Windows, Kotlin, and Swift validation with the composed product model - update release documentation, CI topology, and agent guidance for the unified path - require no-device client readiness and bounded clean shutdown for packaged runtimes |
||
|---|---|---|
| .. | ||
| .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/.