This is an Expo project created with create-expo-app.
To run the application, first navigate to the STARS-APP directory.
-
Install dependencies
npm install
-
Start the app
npx expo start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
For more detailed information about the app check the guides. The system itself is documented throughout the codebase, and in Supabase.
For the full tech handover, we will need to give access to our Supabase backend, which will occur just after our client meeting.
To learn more about developing a project with Expo, look at the following resources:
- Expo documentation: Learn fundamentals, or go into advanced topics with our guides.
- Learn Expo tutorial: Follow a step-by-step tutorial where you'll create a project that runs on Android, iOS, and the web.