summaryrefslogtreecommitdiff
path: root/Readme.md
blob: f6016ae6e66ad6579c8799e1fb7cc2a80b4d1a69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Coop Game =}

https://openmoji.org
https://game-icons.net
https://lospec.com/palette-list/poisson-23


## Development

http
```
docker compose up
```

gemini
```
docker compose up # = DB

openssl req -x509 -newkey rsa:4096 -keyout key.rsa -out cert.pem -days 3650 -nodes -subj "/CN=localhost"
find $(pwd) -type f -name '*.php' -o -name '*.twig' | GEMINI_HOSTNAME=localhost DB_HOST=localhost entr -r php public/index.php
```