Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 451 Bytes

File metadata and controls

22 lines (17 loc) · 451 Bytes

Build NDK

NDK is structured as a monorepo using bun as the package manager.

Make sure to install bun 1.0.0 to avoid this issue.

git clone https://github.com/nostr-dev-kit/ndk
cd ndk
bun install
bun run build

If you only care about building ndk core and not the family of packages you can just

git clone https://github.com/nostr-dev-kit/ndk
cd ndk
bun install
cd ndk
bun run build