Eventio, a mobile app that allows registered users to sign up for and create events.
This app is using Bun!
Make sure you are using v.1.1.13
!
For instructions how to install Bun follow their website!
-
Install dependencies
bun install
-
Add API key
-
Copy API key from email or project documentation to
.env.development
fileEXPO_PUBLIC_API_KEY=abc123456-789-9bce87-654cde
In production, the CI will have production API key saved in its configuration files.
In case of production errors, check if the key is setup correctly.
bun 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
IOS
bun run ios
ANDROID
bun run android
Read the CONTRIBUTING.md file to learn about coding guidelines and conventions
And follow up in HANDOVER.md that details the current state of the project.
This project uses Expo file-based routing.