Quickstart | Installation | Documentation | Examples
Guardian is an iOS app that connects New Yorkers in real time by delivering essential safety alerts, dynamic mobility updates, and environmental insights. It aims to create a safer and more connected urban experience.
If you have completed all the installation steps below, the development server will start, and the iOS simulator will launch automatically. You can begin modifying the code and testing the app immediately.
- Run the app on the iOS simulator:
npm run ios
Before running the app, ensure you have the necessary prerequisites installed:
-
npm: If not already installed.
brew install npm
-
expo: If not already installed, install Expo CLI globally using npm:
npm install expo
-
Xcode Simulator: If you haven't installed Xcode, download it from the Mac App Store to get the iOS Simulator.
-
Clone the repository:
git clone https://github.com/ivanivanmontes/guardian-app.git cd guardian-app
-
Install project dependencies:
npm install
-
Run the app on the iOS simulator:
npm run ios
Further documentation for this project will be available soon in the Documentation directory. It includes detailed setup instructions, code organization, and guidelines for theme customization.