Add startup instructions
Some checks failed
PHP Composer / build (pull_request) Failing after 4s

This commit is contained in:
Armel van Ravels
2024-08-30 22:39:46 +02:00
parent bb1d280731
commit 0c1a339063
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
```