We are CoderVets and this app is a work in progress (even our read me is under construction).
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.
The current state of the app is in the early stages of Alpha.
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.
Run:
react-native run-ios
Note that you need a Mac computer to run this command.
Make sure you have an emulator running for Android. Run:
react-native run-android
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.