# OpenMowerApp **Repository Path**: wj-ouxiang/OpenMowerApp ## Basic Information - **Project Name**: OpenMowerApp - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-24 - **Last Updated**: 2026-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenMowerApp Flutter application that you can see when opening [openmower.local:8080](http://openmower.local:8080) Once built it will be deployed into the [open_mower_ros](https://github.com/ClemensElflein/open_mower_ros) repository. ## Build & Deploy Run ./build_and_deploy.sh ### Requirements #### Flutter You can install it with Brew ```brew install flutter``` #### OpenMower ROS You need to have the [open_mower_ros](https://github.com/ClemensElflein/open_mower_ros) repository cloned at the parent folder ``` cd .. git clone git@github.com:ClemensElflein/open_mower_ros.git ```