Files
basango/projects/mobile/README.md
T
2025-10-05 14:42:25 +02:00

27 lines
554 B
Markdown

# Mobile
![Coding Standard](https://github.com/bernard-ng/drc-news-app/actions/workflows/quality.yaml/badge.svg)
---
### 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)