Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.32 KB

README.md

File metadata and controls

56 lines (39 loc) · 1.32 KB

Introduction

We are CoderVets and this app is a work in progress (even our read me is under construction).

Purpose

The short and sweet, User will push a button on their phone and a paid ride will come pick them up and take the user home. Our app may help save lives by keeping Department of Defense employees from drinking and driving.

Status

The current state of the app is in the early stages of Alpha.

Installation

First you want to follow the instructions on https://facebook.github.io/react-native/docs/getting-started.html under Build Projects with Native Code to setup your environment.

Second, you want to clone the repository by running

git clone https://github.com/CoderVets/arrive-alive.git

After cloning you have to setup the directory by downloading the dependencies.

Run the command:

npm install

This will download all the node library dependencies that the application needs to run.

Running the App

IOS

Run:

react-native run-ios

Note that you need a Mac computer to run this command.

Android

Make sure you have an emulator running for Android. Run:

react-native run-android

Problems

If you have any problems, first make sure you followed the steps on https://facebook.github.io/react-native/docs/getting-started.html for your particular OS and target OS.

Good Luck!