Files
EMS-ESP32/docs/Web-test.md
2020-01-09 15:27:03 +01:00

7 lines
349 B
Markdown

If you plan to make changes to the web (css/html/js) you can simulate the front-end by installing the npm modules in the `wsemulator` folder:
```sh
cd tools\wsemulator
npm ci
```
for the first time and then using the `run` script to start it. e.g. `./run` or `./run.sh` just `run` depending on the OS.
The password for the web admin user is **neo**.