Improve readme

This commit is contained in:
Daniel Schädler 2025-03-13 13:02:53 +01:00
parent cd06ab4747
commit f2a79acfe5
1 changed files with 3 additions and 1 deletions

View File

@ -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).