A web app for Harvest Moon: Friends of Mineral Town and Harvest Moon: Friends of Mineral Town that helps you manage crops, track harvest schedules, and remember important village events.
- 📅 Track crops planted and their harvest dates
- 🎂 View villagers' birthdays and gift preferences
- 📶 Works offline (PWA support)
⚠️ Note: This app is currently optimized for mobile viewing. Desktop support is limited.
# Clone the repo
git clone https://github.com/redplant0/fotm.git
cd fotm
# Install dependencies
pnpm install# Start dev server
pnpm dev
# Build for production
pnpm build
# Preview production build
pnpm previewContributions, issues, and feature requests are welcome!
- Fork the repo
- Create a new branch (git checkout -b feature-xyz)
- Commit your changes (git commit -m "Add feature xyz")
- Push to your branch (git push origin feature-xyz)
- Open a Pull Request
This project is licensed under the MIT License.