website-htmx-rustelo-code/crates/README.md

14 lines
631 B
Markdown
Raw Permalink Normal View History

2026-07-10 03:44:13 +01:00
# website-impl crates
| Crate | Role |
|-------|------|
| `build-config` | NCL config loading at build time |
| `shared` | Types and utilities shared between server and client |
| `pages` | Site-specific Leptos page components |
| `server` | Axum SSR server entry point |
| `client` | WASM hydration entry point |
| `plugin-example-theme` | Example plugin — custom theme via ResourceContributor |
UI components are provided by `rustelo_components` (foundation) and used directly.
For site-specific component overrides see [rustelo_components/override.md](../../rustelo/crates/foundation/crates/rustelo_components/override.md).