Skip to content

ivanivanmontes/guardian-app

Repository files navigation

Guardian

Quickstart | Installation | Documentation | Examples

Introduction

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.

Quickstart

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

Installation

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

Documentation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published