From cdfd1821eb47331541c008c918a8b5f48d7180c9 Mon Sep 17 00:00:00 2001
From: Dorian Koch <doriank@fsmpi.rwth-aachen.de>
Date: Fri, 13 Sep 2024 18:57:48 +0200
Subject: [PATCH] Add commands to cors_proxy/

---
 cors_proxy/README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/cors_proxy/README.md b/cors_proxy/README.md
index 0c45b5d..93656ce 100644
--- a/cors_proxy/README.md
+++ b/cors_proxy/README.md
@@ -3,3 +3,6 @@ this exists because it is very annoying to deal with cors while developing
 I need to deal with cors because i want to test the website on my mobile phone and tablet while running the dev server on my computer
 
 adding the local ip to the allow cors header did not work.
+
+Run this proxy with `docker compose up --build`, run the dev server with `NEXT_PUBLIC_API_URL_PREFIX=origin npm run dev`
+Website should now be reachable at `http://localhost:7000/`
\ No newline at end of file
-- 
GitLab