27 lines
554 B
Markdown
27 lines
554 B
Markdown
# Mobile
|
|
|
|

|
|
|
|
---
|
|
|
|
### Get started
|
|
|
|
1. Install dependencies
|
|
|
|
```bash
|
|
bun install
|
|
```
|
|
|
|
2. Start the app
|
|
|
|
```bash
|
|
bunx expo start
|
|
```
|
|
|
|
In the output, you'll find options to open the app in a
|
|
|
|
- [development build](https://docs.expo.dev/develop/development-builds/introduction/)
|
|
- [Android emulator](https://docs.expo.dev/workflow/android-studio-emulator/)
|
|
- [iOS simulator](https://docs.expo.dev/workflow/ios-simulator/)
|
|
- [Expo Go](https://expo.dev/go)
|