breadway.dev/README.md
Breadway a6f840d52f Refresh the public catalog to match the live BOS desktop
Desktop / BOS lists ISO and core apps including breadhelp; bos-settings
is Tauri 2 + Svelte, not GTK4. breadcast is a bakery-only extra in Misc.
Tokens follow the fixed #0c0c0c / #1a1a1a base instead of Catppuccin mocha.

The site is curated; bakery SoT remains bread-ecosystem/registry/bread-ecosystem.toml.
2026-08-15 21:33:31 +08:00

19 lines
419 B
Markdown

# breadway.dev
Curated public catalog of Breadway projects — built with [Zola](https://www.getzola.org/) and the Bread Design System (fixed BOS dark base, pywal accents).
This site is **curated**, not a dump of every bakery product. The bakery source of truth is `bread-ecosystem/registry/bread-ecosystem.toml`.
## Developing
```bash
zola serve
```
## Building
```bash
zola build
```
Output goes to `public/`.