diff options
| author | s-ol <s+removethis@s-ol.nu> | 2022-01-12 09:19:47 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2022-01-12 09:33:13 +0000 |
| commit | 7bcd1e44d3f78a4120be295f6a31b57917cee563 (patch) | |
| tree | 97876551f64f7eb0fb78b963d985bc1d1580d7dc /README.md | |
| parent | handle errors while loading more gracefully (diff) | |
| download | fedidag-7bcd1e44d3f78a4120be295f6a31b57917cee563.tar.gz fedidag-7bcd1e44d3f78a4120be295f6a31b57917cee563.zip | |
add instructions and commands for local CORS proxy
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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/...`. |
