Skip to content

A simplified farmOS app that works offline in both browser and native app form.

License

Notifications You must be signed in to change notification settings

nextechit/farmOS-client

 
 

Repository files navigation

farmOS Client

Licence Last commit Twitter Chat

farmOS Client is a lightweight application for connecting to a farmOS server from any mobile device. It is a hybrid app, meaning it can run in a web browser but can also be packaged as a native app for iOS and Android. The goal is to create a fast and focused client app for day-to-day and in-the-field record keeping that stores data locally for offline use, and syncs back to a farmOS server when internet access is available.

Note that the default branch for this repository is develop, not master; develop should represent the most current set of complete features that are only awaiting further testing before release. You should branch or fork off develop and submit pull requests to be merged back into it. The deploy branch respresents the latest tagged release.

GETTING STARTED

To run the client in your browser using the Webpack DevServer, clone this repo and run:

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm start

For more details on the client's development and how to build it from source for native devices, see the documentation on farmos.org.

If you would like to install and host a farmOS server yourself, see the official documentation on farmOS.org: https://farmOS.org/hosting/installing

If you would like to pay for hosting, Farmier provides affordable options for individual farms and organizations.

MAINTAINERS

Current maintainers:

This project has been sponsored by:

About

A simplified farmOS app that works offline in both browser and native app form.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 54.0%
  • Vue 44.8%
  • Other 1.2%