Add startup instructions
All checks were successful
PHP Composer / build (pull_request) Successful in 10m48s

This commit is contained in:
Armel van Ravels
2024-08-30 22:39:46 +02:00
parent bb1d280731
commit f2273a0cdb
4 changed files with 35 additions and 1 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
```