Local docmd-style Markdown migration of docs.onlykey.io, imported from trustcrypto/trustcrypto.github.io.
This repo uses @docmd/core via pnpm. Use pnpm instead of npm because the docmd package graph uses workspace: dependencies that npm cannot install from the published package metadata in this project.
pnpm install
pnpm run build
pnpm run devGitHub Pages deployment is handled by .github/workflows/pages.yml, which installs dependencies with pnpm, runs pnpm run build, verifies the generated site/ output, and deploys the site/ directory.