"CowBell" is a lightweight, sample project app where users that work for a business, e.g. Philz Coffee, Safeway, Jack 'N The Crack, can call out safety hazards. As an onDemand application, users are assigned various "rights and respnosibilities", being able to fulfill a certain number of workflow updates, such as 1) create new hazard issue, 2) take a job, 3) cancel the identified hazard, and lastly: "fix the problem".
This application is WIP (Work In Progress), and is based on an earlier project of mine, which is far more comphrensive, complex, and rich with far more value-added features. A "Category 5" application if you will. This is application is currently WIP (Work In Progress), and is based on an earlier project of mine, which is far more comphrensive, complex, and rich with far more value-added features. A "Category 5" application if you will.
- Mac OSX with OS version > Mavericks
- Xcode version > 6.2
- Node v4.0.0 installed and currently set as default
- NPM cli
- Have a git service setup on your local machine, e.g. GitHub or Bitbucket
- Navigate to directory of choice
- In the terminal command line, run "git clone https://github.com/achang28/cowbell.git".
- Go into the newly created folder, "cowbell"
- run "npm install" and wait for all dependencies to be downloaded
-
From the Navigator application, go into the "ios" sub-directory of the "cowbell" directory
-
Double-click "CowBell.xcodeproj". Wait for Xcode to initialize and become ready.
-
Add the "RCTFileTransfer" file into the project by finding it, and selecting it. See images below: ****** Notice that "RCTFileTransfer" is now under the "Base" folder...
-
Choose your device and IOS version from the drop-dowmn menu.
-
Press the "play" button, highlighted in green at top left of picture below. Ignore the warnings if there are no errors...for now. Eventually -- perhaps between 5 and 10 seconds, the app will manifest as shown below.
- This should at least get the Xcode simulator to run the app. Please submit an issue if you are have any questions/suggestions/difficulties.