Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Readme Cleanup (#40)

* Readme Cleanup

Updates instructions for starting the dev/staging servers

* Update README.md

Co-authored-by: Paul Frazee <pfrazee@gmail.com>

authored by

Aryan Goharzad
Paul Frazee
and committed by
GitHub
0e85b332 1b5c3476

+4 -2
+4 -2
README.md
··· 16 16 - After initial setup: 17 17 - `cd ios ; pod install` 18 18 - Start the dev servers 19 - - `yarn dev-pds` 20 - - `yarn dev-wallet` 19 + - `git clone git@github.com:bluesky-social/atproto.git` 20 + - `cd atproto` 21 + - `yarn` 22 + - `cd packages/dev-env && yarn start` 21 23 - Run the dev app 22 24 - iOS: `yarn ios` 23 25 - Android: `yarn android`