Mission Tools-Built By Airmen
A tool to help aircrew manage their missions and duty days. We are replicating the iOS Mission Tools app (with permission) to be a react-native cross platform app.
Built using React Native (MIT License).
All PRs and code submitted must contain the appropriate licenses for an open source project.
How to get started
- Clone the repository (https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository)
- Make sure you have Node 10 LTS or greater installed (https://nodejs.org/en/download/)
- Follow the Install Dependancies portion of (https://reactnative.dev/docs/getting-started). Stop at Creating a new application.
- Navigate to the folder you download the code to.
npm install -save
- Run
npx react-native run-android
ornpx react-native run-ios