Preview command for serving preview of order confirmation template

This commit is contained in:
2022-12-02 19:01:07 +01:00
parent c6157ef5b7
commit 14f7f55b4f
5 changed files with 71 additions and 2 deletions

View File

@@ -26,4 +26,10 @@ Run as docker container using:
or
```bash
(sudo) docker run -d --name planetposen-mail -p 8000:8000 --env-file .env planetposen-mail
```
## Preview
Use view template as preview during local development run:
```bash
make preview
```