Homestead OS

An app to manage chores, schedules, and resources around my family's farm.

Homestead OS was my solution to my family’s need to manage our farm. It allows us to input and track production from our animals and garden as well as manage feeding and watering times and our calendar.

Farm Chores manager

Built with Electron, Electron Forge, and React.

To use:

  1. Clone git repo git clone https://github.com/ztcollazo/farm-chores.git
  2. Run npm install
  3. Run npm start

This project is bundled with webpack, so you will see the .webpack directory appear.

Other scripts:

  • npm run make to make the project into distributables.
  • npm run package to package the project into platform specific packages.
  • npm run publish does nothing yet but is configurable.
  • npm run lint lints the project.