Add startup instructions
Some checks failed
PHP Composer / build (pull_request) Has been cancelled

This commit is contained in:
Armel van Ravels
2024-08-30 22:39:46 +02:00
parent bb1d280731
commit 2477cdba16
3 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# Armel.net
### How to run
```
cp .env.example .env
make start
```
### How to stop
```
make stop
```
### How to test
```
make test
```