summaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index 415be1a..f6016ae 100644
--- a/Readme.md
+++ b/Readme.md
@@ -3,3 +3,19 @@
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
+```