Skip to content
Snippets Groups Projects
Verified Commit cdfd1821 authored by Dorian Koch's avatar Dorian Koch
Browse files

Add commands to cors_proxy/

parent 0b1edfa0
No related branches found
No related tags found
No related merge requests found
Pipeline #6380 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment