This is the mono-repo for the Sia Foundation desktop apps. It contains a desktop wrapper for hostd, renterd, and walletd.
# All projects:
bun run install:all
# One project:
bun run install:renterd
bun run install:hostd
bun run install:renterdbun run dev:renterd
bun run dev:hostd
bun run dev:renterd- Electron has issues with package hoisting across workspaces so the repo is set up without workspaces defined in the root package.json.