diff --git a/BUILD.md b/BUILD.md new file mode 100644 index 00000000..1c2165a7 --- /dev/null +++ b/BUILD.md @@ -0,0 +1,21 @@ +# Build NDK + +NDK is structured as a monorepo using `pnpm` as the package manager. + +``` +git clone https://github.com/nostr-dev-kit/ndk +cd ndk +pnpm install +pnpm 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 +pnpm install +cd ndk +pnpm build +``` +