Valetudo/frontend
Sören Beye b3417d2d00 fix(ui): Prevent the creation of virtual walls with a length of 0 2024-04-27 17:35:31 +02:00
..
public Revert "fix(ui): Fix occasional unexpected scrollbars" 2022-11-25 19:55:41 +01:00
src fix(ui): Prevent the creation of virtual walls with a length of 0 2024-04-27 17:35:31 +02:00
.automated.eslintrc.json chore: Minor misc cleanups 2022-07-24 09:17:29 +02:00
.eslintignore feat: New React UI 2021-08-21 14:42:17 +02:00
.eslintrc.json refactor(ui): Remove unnecessary nullchecks in the map component 2022-06-04 17:10:10 +02:00
.gitignore feat: New React UI 2021-08-21 14:42:17 +02:00
.pedantic.eslintrc.json chore: Minor misc cleanups 2022-07-24 09:17:29 +02:00
package.json chore: Bump dependencies 2023-12-25 18:00:48 +01:00
readme.md feat(ui): Set the new UI as the default 2021-10-14 17:44:01 +02:00
tsconfig.json feat: New React UI 2021-08-21 14:42:17 +02:00

readme.md

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 MockRobot 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.