summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCSDUMMI <csdummi.misquality@simplelogin.co>2024-10-07 14:25:10 +0200
committerCSDUMMI <csdummi.misquality@simplelogin.co>2024-10-07 14:26:21 +0200
commit506ef8a43c3985067f2b9004fcc601056e172ddd (patch)
tree722fe4b80cfae576be62edba6a3f4b7c01d0be5b /README.md
parentebfdee4de375e47e96eb776b4a4e754de8a25ae1 (diff)
Create initial dev environ
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 35d5324..2234590 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,12 @@
# FediShoop
-Federated Shop \ No newline at end of file
+Federated Shop
+
+## Development Setup
+Have docker and docker-compose installed and then run in the project root:
+
+```
+$ docker compose up -d
+```
+
+The current state of the website will run on [`http://localhost:8000`](http://localhost:8000)