This guide will walk you through setting up your development environment and building the app for both Android and iOS.
Before you begin, make sure you have the following tools and software installed:
- Node (>= 18)
- Ruby (>= 2.6.10)
- Android Studio (for Android development)
- Xcode 15 (for iOS development)
- Expo app on simulator
For detailed instructions on setting up the environment, refer to the Expo docs.
npm install
npm run ios
npm run android