Initial commit

This commit is contained in:
2025-10-05 13:55:28 +02:00
commit 68d521677a
767 changed files with 46947 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# 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)