Mobile application, for iOS and Android, to calculate the number of paddocks in a rational rotational grazing system.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
To get a local copy up and running follow these simple steps.
- Yarn
npm install -g yarn
- Clone the repo
git clone https://github.com/senott/Piquetear.git
- Install Yarn packages
yarn
- If you're planning to run this project on a Mac, you also need to run the following comands in the project root folder:
cd ios
pod install
If you have Android Studio installed on your machine, you can run this project in an Android emulator with the following command:
yarn android
If you have Xcode installed on your machine, you can run the project in an iOS emulator with the command:
yarn ios
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Diego de A. Senott - @senott - [email protected]
Project Link: https://github.com/senott/Piquetear