Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Add i18n setup in build instructions (#2206)

authored by

noriaki watanabe and committed by
GitHub
fa3ccafa 5fa43530

+1
+1
docs/build.md
··· 10 10 - After initial setup: 11 11 - Copy `google-services.json.example` to `google-services.json` or provide your own `google-services.json`. (A real firebase project is NOT required) 12 12 - `npx expo prebuild` -> you will also need to run this anytime `app.json` or native `package.json` deps change 13 + - `yarn intl:build` -> you will also need to run this anytime `./src/locale/{locale}/messages.po` change 13 14 - Start the dev servers 14 15 - `git clone git@github.com:bluesky-social/atproto.git` 15 16 - `cd atproto`