diff options
author | Manish <mandev6000@gmail.com> | 2023-10-02 21:48:34 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-02 09:18:34 -0700 |
commit | 72e3763446b43f410f1d914d5965586ebb1c357d (patch) | |
tree | d955a3224fc09669127bcf63b5ce52d9ad171297 /docs | |
parent | 04fda0f1429d26586d308a619f91d4504bdd3521 (diff) | |
download | voidsky-72e3763446b43f410f1d914d5965586ebb1c357d.tar.zst |
Add the build step for atproto (#1579)
Co-authored-by: Manish <manish.nayal@nium.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/build.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/build.md b/docs/build.md index 01befccd4..30906b083 100644 --- a/docs/build.md +++ b/docs/build.md @@ -14,6 +14,7 @@ - `git clone git@github.com:bluesky-social/atproto.git` - `cd atproto` - `pnpm i` + - `pnpm build` - `cd packages/dev-env && pnpm start` - Run the dev app - iOS: `yarn ios` |