From f2a79acfe5259c8106a045a98c83933aaeb4a7cc Mon Sep 17 00:00:00 2001 From: Malaber Date: Thu, 13 Mar 2025 13:02:53 +0100 Subject: [PATCH] Improve readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48d6f6b..f4d7260 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ $ yarn install Then you can run the development server by executing: ``` -$ TURNIERE_API_URL=https://api.example.com yarn run dev +$ TURNIERE_API_URL=https://api.turnie.re yarn run dev + +$ TURNIERE_API_URL=http://localhost:3000 yarn run dev ``` The environment variable `TURNIERE_API_URL` must contain an valid url to a [turniere backend server](https://github.com/turniere/turniere-backend).