Added additional documentation for webapp development

This commit is contained in:
Thomas Basler 2022-11-25 18:14:33 +01:00
parent c637b84375
commit aa8ec6775d

View File

@ -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