Files
plezy/website
edde746 352b88109b refactor: extract shared mixins and helpers, drop dead abstractions
Introduces shared seams for paginated views, D-pad reorder, media control
routing, async singletons and the device method channel, then points the
open-coded copies at them.

Also removes unused models and duplicated provider/server plumbing, folds
the twice-implemented artifact store in the server, and factors the
repeated Flutter toolchain prologue in CI into a composite action.
2026-07-26 06:09:48 +02:00
..
2026-05-18 13:15:17 +02:00
2026-05-18 13:15:17 +02:00
2026-05-18 13:15:17 +02:00
2026-05-18 13:15:17 +02:00
2026-05-18 13:15:17 +02:00
2026-05-18 13:15:17 +02:00

Plezy Website

Source for plezy.app, built with SvelteKit and exported as a static site.

Development

bun install
bun run dev

Checks

bun run check

Build

bun run build

The production output is written to build/ and is intentionally ignored by git.