create a wwwdev.sh entry point for developing the web part

This commit is contained in:
holger krekel
2023-12-07 14:46:52 +01:00
parent 8cb77d3b98
commit 858e079418
16 changed files with 157 additions and 88 deletions

View File

@@ -51,6 +51,19 @@ The `deploy.sh` script deploys
All files are generated by the according markdown `.md` file in the `www` directory.
### Refining the web pages
The `scripts/wwwdev.sh` script supports live development of the web presence:
```
scripts/wwwdev.sh
```
this will continously regenerate all markdown files from
the `www/build` from the `www/src` directory.
Moreover, it will start a browser window automatically.
### Ports
Postfix listens on ports 25 (smtp) and 587 (submission) and 465 (submissions).