aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2022-01-12 09:19:47 +0000
committers-ol <s+removethis@s-ol.nu>2022-01-12 09:33:13 +0000
commit7bcd1e44d3f78a4120be295f6a31b57917cee563 (patch)
tree97876551f64f7eb0fb78b963d985bc1d1580d7dc /README.md
parenthandle errors while loading more gracefully (diff)
downloadfedidag-7bcd1e44d3f78a4120be295f6a31b57917cee563.tar.gz
fedidag-7bcd1e44d3f78a4120be295f6a31b57917cee563.zip
add instructions and commands for local CORS proxy
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/...`.