This repository contains the source for the Nostr Dev Kit onboarding guide.
Install the pinned mdBook tools and serve the book:
just init
just serveRun the book build, link checker, and all locally supported snippet checks with:
just checkSwift snippets are compiled by CI on macOS. The generated site is written to
output/html.
Update the SDK pins in the snippet manifests and installation examples. Run just build and the snippet checks supported
by the local toolchains; CI runs the complete language matrix.