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:
- Clone git repo
git clone https://github.com/ztcollazo/farm-chores.git - Run
npm install - Run
npm start
This project is bundled with webpack, so you will see the .webpack directory appear.
Other scripts:
npm run maketo make the project into distributables.npm run packageto package the project into platform specific packages.npm run publishdoes nothing yet but is configurable.npm run lintlints the project.