- Open Terminal on your Mac.
- Install Homebrew, a package manager for macOS, by pasting the following command and pressing Enter:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- After Homebrew is installed, install Node.js (which includes npm) by running:
brew install node
- Verify the installation of Node.js and npm by running:
node -v npm -v
- Install Watchman via Homebrew:
brew install watchman
- Install Expo CLI globally by running:
npm install -g expo-cli
- Navigate to the folder where Geodle is located.
- In the project directory, install the project dependencies by running:
npm install
- In the project directory, start your Expo project by running:
npm run web
- A new browser tab will open with Geodle.
- Physical Device: To run the app on your physical device, download the Expo Go app from the App Store (iOS) or Google Play Store (Android). Scan the QR code presented in the Expo developer tools with your device.