19 lines
139 B
Markdown
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
|
|
```
|