this repo has no description
0
fork

Configure Feed

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

Update README.md

+19 -1
+19 -1
README.md
··· 1 1 # Graysky 2 2 3 - AT Protocol client 3 + Graysky is a Bluesky client written in React Native. 🚧 WIP 🚧 4 + 5 + > I've only tested this on iOS, your mileage may vary on Android. 6 + 7 + ## Getting Started 8 + 9 + You'll need pnpm, and some sort of simulator or device to run the app on. 10 + 11 + ```bash 12 + pnpm install 13 + ``` 14 + 15 + You can then start the expo server with: 16 + 17 + ```bash 18 + pnpm dev 19 + ``` 20 + 21 + (Note: this is a shortcut for `expo start --ios`)