@@ -19,10 +19,10 @@ Install required dependencies by running
npm install
```
The frontend cannot run by iteself and requires a backend service. The URL to this backend service needs to be provided in the enviormental variables. This can be done in these steps
The frontend cannot run by itself and requires a backend service. The URL to this backend service needs to be provided in the environmental variables. This can be done in these steps
- Create a file with the name ``.env`` in the root folder
- If the backend service uses the default configuration insert into the file
- If the backend service uses the default configuration insert this into the file
```
VUE_APP_BASEURL=http://localhost:3000/api/
```
...
...
@@ -34,7 +34,7 @@ The frontend cannot run by iteself and requires a backend service. The URL to th