This repository contains the interactive documentation for Sats Connect.
The goal of this site is to make the SDK easy to explore:
- browse each method in one place
- try live examples directly in the docs
- inspect the example code behind every interactive demo
If you're working on the docs locally, start with:
bun install
bun run devThen open the local app in your browser and navigate through the docs as you make changes.
bun run build
bun run previewbunx prettier --write .