Hypfer-Valetudo/frontend
2025-09-30 20:44:45 +02:00
..
public fix(ui): Improve mobile UX of AI Assistant 2025-08-20 18:09:35 +02:00
src feat(core): MopDockMopAutoDryingControlCapability 2025-09-30 20:44:45 +02:00
.automated.eslintrc.json chore: Minor misc cleanups 2022-07-24 09:17:29 +02:00
.eslintignore
.eslintrc.json refactor(ui): Remove unnecessary nullchecks in the map component 2022-06-04 17:10:10 +02:00
.gitignore
.pedantic.eslintrc.json chore: Minor misc cleanups 2022-07-24 09:17:29 +02:00
package.json feat(ui): Introduce Valetudo AI Assistant 2025-08-18 17:42:32 +02:00
readme.md refactor(MockRobot): Smurf for consistency 2025-09-06 15:28:40 +02:00
tsconfig.json

Valetudo Frontend

This is the new Valetudo Frontend written in React

Getting started

As it's much easier to work with a real Valetudo instead of a mock server, this project uses cra-build-watch to allow us to do just that. See also: https://github.com/facebook/create-react-app/issues/1070

To work on this, it is recommended to spin up a local Valetudo instance (e.g. by using the MockValetudoRobot implementation) and then running npm run watch in this folder. That will start webpack watch. When it's done doing the initial build, you can reach the frontend in your browser.