aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index c3fbe46..54d8839 100644
--- a/README.md
+++ b/README.md
@@ -3,3 +3,15 @@ fedidag/client
Fedidag is a wip DAG-based discussion platform and client for the Fediverse.
This repository contains the front-end and a sample data.
+
+# Running locally (development)
+To load Mastodon threads, a CORS proxy is needed. You can run it like this:
+
+ $ yarn cors
+
+Then the dev server can be started:
+
+ $ yarn start
+
+# Running using docker
+The `Dockerfile` sets up NGINX with its own CORS proxy at `/remote/...`.