mirror of
https://github.com/chatmail/relay.git
synced 2026-05-20 21:08:03 +00:00
create a wwwdev.sh entry point for developing the web part
This commit is contained in:
13
README.md
13
README.md
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user