Add running instructions to readme and fix Makefile
Some checks failed
PHP Composer / build (pull_request) Has been cancelled

This commit is contained in:
Armel van Ravels
2025-05-28 16:23:36 +02:00
parent 8af77cc77e
commit 66ee9d55bf
3 changed files with 8 additions and 8 deletions

View File

@@ -7,6 +7,8 @@ cp .env.example .env
make start
```
You will now have a webserver running on localhost:443 and localhost:80
### How to stop
```
make stop