Important
Before you start using this project, please make sure you have completed the following:
- Follow the installation process for React Native.
- Install Git to clone the repository.
- Ensure Bun is installed for managing dependencies.
- For iOS development, install Xcode.
- For Android development, install Android Studio.
To start running this project, clone the repository by running the following command in your Terminal:
git clone https://github.com/gerzonc/lecafe-app.git
Navigate to the project directory and run the following command to install dependencies:
bun install
Once all pre-requisites and dependencies are set up, run the project: For iOS
bun run ios
For Android:
bun run android






