parent
a5b89dffa6
commit
69209c988f
|
@ -8,12 +8,12 @@
|
||||||
- brew tap wix/brew
|
- brew tap wix/brew
|
||||||
- brew install applesimutils
|
- brew install applesimutils
|
||||||
- After initial setup:
|
- After initial setup:
|
||||||
- `npx expo prebuild` -> you will also need to run this anytime `app.json` or `package.json` changes
|
- `npx expo prebuild` -> you will also need to run this anytime `app.json` or native `package.json` deps change
|
||||||
- Start the dev servers
|
- Start the dev servers
|
||||||
- `git clone git@github.com:bluesky-social/atproto.git`
|
- `git clone git@github.com:bluesky-social/atproto.git`
|
||||||
- `cd atproto`
|
- `cd atproto`
|
||||||
- `yarn`
|
- `pnpm i`
|
||||||
- `cd packages/dev-env && yarn start`
|
- `cd packages/dev-env && pnpm start`
|
||||||
- Run the dev app
|
- Run the dev app
|
||||||
- iOS: `yarn ios`
|
- iOS: `yarn ios`
|
||||||
- Android: `yarn android`
|
- Android: `yarn android`
|
||||||
|
|
Loading…
Reference in New Issue