Skip to content

The Farm Crap App Pro (FCA) is the open-source app that helps to reduce fertiliser use by calculating organic manure nutrients values.

License

Notifications You must be signed in to change notification settings

Elixel/farm-crap-app-pro-app

Repository files navigation

Farm Crap App Pro (iOS)

The Farm Crap App Pro (FCA) is the open-source app that helps to reduce fertiliser use by calculating organic manure nutrients values.

FCA is based on Ionic and any calculations have been based off of the codebase for the Android version of FCA.

Getting Started

To get the project up and running in your development environment, follow these quick instructions below.

  1. Install Node.js and open up your command line utility

  2. Install Ionic

npm install -g cordova ionic
  1. Clone this project to your local machine
git clone https://github.com/Elixel/farm-crap-app-pro-app
  1. Install required packages
cd clonedAppDirectory
npm install
  1. Serve the project locally
# Do this before doing any cordova commands to generate WWW folder
ionic serve
  1. Deploy to device
# Generate icons/splash
ionic cordova resources 
# Add iOS platform
ionic cordova platform add ios
# Build and run app
ionic cordova run ios

About

The Farm Crap App Pro (FCA) is the open-source app that helps to reduce fertiliser use by calculating organic manure nutrients values.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published