···11# Graysky
2233-AT Protocol client
33+Graysky is a Bluesky client written in React Native. 🚧 WIP 🚧
44+55+> I've only tested this on iOS, your mileage may vary on Android.
66+77+## Getting Started
88+99+You'll need pnpm, and some sort of simulator or device to run the app on.
1010+1111+```bash
1212+pnpm install
1313+```
1414+1515+You can then start the expo server with:
1616+1717+```bash
1818+pnpm dev
1919+```
2020+2121+(Note: this is a shortcut for `expo start --ios`)