added wiki docs

This commit is contained in:
proddy
2020-01-09 15:27:03 +01:00
parent 95bcdf3494
commit 409c1ce09c
71 changed files with 4134 additions and 1 deletions

7
docs/Web-test.md Normal file
View 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**.