Splend is the perfect group travel companion for planning events, tracking expenses, and splitting bills.
Follow these steps to get your development environment set up and ready to run the app.
Make sure you have the following installed on your machine:
- Node.js: It is recommended to use the latest LTS version. You can download it from nodejs.org.
- npm (Node Package Manager) or Yarn: npm comes bundled with Node.js. If you prefer Yarn, you can install it globally:
npm install -g yarn
- Expo CLI: Install the Expo CLI globally:
npm install -g expo-cli
-
Clone the repository (if you haven't already):
git clone [email protected]:javierchuaby/Splend.git cd Splend
-
Install project dependencies:
npm install --force
-
Install XCode and the iOS Component:
- Install XCode from the Mac App Store. Then, go to Settings > Components and install the iOS component.
Once you have installed all the dependencies and the XCode iOS component, you can run the app using Expo CLI.
-
Run the app:
npx expo run:ios
This will run the app in the iOS Simulator.
If you see a fatal error on the simulator upon building the app, press the ESC Key or the "Dismiss" button and the app should run normally.