rename script

This commit is contained in:
holger krekel
2023-12-07 15:40:16 +01:00
parent 858e079418
commit e8107c6854
4 changed files with 17 additions and 8 deletions

View File

@@ -53,14 +53,17 @@ All files are generated by the according markdown `.md` file in the `www` direct
### Refining the web pages
The `scripts/wwwdev.sh` script supports live development of the web presence:
The `scripts/webdev.sh` script supports live development of the chatmail web presence:
```
scripts/wwwdev.sh
scripts/init.sh # to locally initialize python virtual environments etc.
scripts/webdev.sh
```
this will continously regenerate all markdown files from
the `www/build` from the `www/src` directory.
the `www/build` from the `www/src` directory, and use
the `www/src/page-layout.html` file for producing html documents.
Moreover, it will start a browser window automatically.