diff --git a/cors_proxy/README.md b/cors_proxy/README.md index 0c45b5dfabb00bec5a4ce1a357ab1d37897d4f63..93656ce47bb7ac5b3d11f8b4e2ad635c0c71d5b7 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