Files
armel.net/README.md
Armel van Ravels 0c1a339063
Some checks failed
PHP Composer / build (pull_request) Failing after 4s
Add startup instructions
2024-08-30 23:12:28 +02:00

19 lines
139 B
Markdown

# Armel.net
### How to run
```
cp .env.example .env
make start
```
### How to stop
```
make stop
```
### How to test
```
make test
```