Skip to content

Commit

Permalink
add BUILD.md (closes: #244)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablof7z committed Jun 27, 2024
1 parent 97bafc5 commit 7699d49
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions BUILD.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 7699d49

Please sign in to comment.