Readme Cleanup (#40)

* Readme Cleanup

Updates instructions for starting the dev/staging servers

* Update README.md

Co-authored-by: Paul Frazee <pfrazee@gmail.com>
zio/stable
Aryan Goharzad 2023-01-16 16:40:34 -05:00 committed by GitHub
parent 1b5c347667
commit 0e85b33276
1 changed files with 4 additions and 2 deletions

View File

@ -16,8 +16,10 @@ Uses:
- After initial setup:
- `cd ios ; pod install`
- Start the dev servers
- `yarn dev-pds`
- `yarn dev-wallet`
- `git clone git@github.com:bluesky-social/atproto.git`
- `cd atproto`
- `yarn`
- `cd packages/dev-env && yarn start`
- Run the dev app
- iOS: `yarn ios`
- Android: `yarn android`