From aa8ec6775dfb7e9f1402b3a574068627c56e4941 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Fri, 25 Nov 2022 18:14:33 +0100 Subject: [PATCH] Added additional documentation for webapp development --- webapp/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webapp/README.md b/webapp/README.md index d7c36533..1729f905 100644 --- a/webapp/README.md +++ b/webapp/README.md @@ -1,4 +1,6 @@ -# opendtu +# OpenDTU web frontend + +You can run the webapp locally with `yarn dev`. If you enter the IP of your ESP in the `vite.config.ts` beforehand, all api requests will even be proxied to the real ESP. Then you can develop the webapp as if it were running directly on the ESP. The `yarn dev` also supports hot reload, i.e. as soon as you save a vue file, it is automatically reloaded in the browser. ## Project Setup