Files
armel.net/README.md
Armel van Ravels 66ee9d55bf
Some checks failed
PHP Composer / build (pull_request) Has been cancelled
Add running instructions to readme and fix Makefile
2025-05-28 16:23:36 +02:00

21 lines
212 B
Markdown

# Armel.net
### How to run
```
cp .env.example .env
make start
```
You will now have a webserver running on localhost:443 and localhost:80
### How to stop
```
make stop
```
### How to test
```
make test
```