No description
Find a file
2026-06-06 23:11:24 -04:00
scripts Initial Commit 2026-06-06 23:08:48 -04:00
src Initial Commit 2026-06-06 23:08:48 -04:00
.gitignore remove workflows, add .envrc to ignore 2026-06-06 23:11:24 -04:00
astro.config.mjs Initial Commit 2026-06-06 23:08:48 -04:00
flake.lock Initial Commit 2026-06-06 23:08:48 -04:00
flake.nix Initial Commit 2026-06-06 23:08:48 -04:00
package.json Initial Commit 2026-06-06 23:08:48 -04:00
pnpm-lock.yaml Initial Commit 2026-06-06 23:08:48 -04:00
pnpm-workspace.yaml Initial Commit 2026-06-06 23:08:48 -04:00
README.md Initial Commit 2026-06-06 23:08:48 -04:00
tsconfig.json Initial Commit 2026-06-06 23:08:48 -04:00

Wry Docs

Static documentation site for the generated Wry TOML configuration specs.

Generated docs live under src/content/docs/ and copied raw specs live under public/spec/. They are intentionally ignored and recreated by pnpm run sync:specs.

Local development

The generator reads Wry specs from ../wry by default. Override that with WRY_REPO_PATH when needed.

nix develop
pnpm install
WRY_REPO_PATH=/home/koss/git/wry pnpm run dev

Release build

WRY_REPO_PATH=/home/koss/git/wry pnpm run build
TAG=v0.0.0-test pnpm run release:pack

The release assets are written to dist/release/.

Forgejo Actions builds the same bundle on v* tags and uploads it to the matching Forgejo release.