mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
added wiki docs
This commit is contained in:
7
docs/Web-test.md
Normal file
7
docs/Web-test.md
Normal file
@@ -0,0 +1,7 @@
|
||||
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**.
|
||||
Reference in New Issue
Block a user