From 81468e4c266080f9fda99403d15c3ef588a70ae9 Mon Sep 17 00:00:00 2001 From: Glydric Date: Fri, 19 Jan 2024 10:13:10 +0100 Subject: [PATCH] updated readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 758883f..db7bf92 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ You can get more information [here](https://nodejs.org/en/learn/getting-started/ First open the terminal and move to the frontend directory. If you are currently in root directory of this repo. Type the following in the terminal to change directory: -```yaml +```bash cd ./Frontend/ ``` @@ -58,6 +58,9 @@ In order to run the application you will need to define the environment variable Copy the content of .env_example found in the Frontend root directory and change the variable values accordingly. +```yaml +NEXT_PUBLIC_BACKEND_URL=http://localhost:8080/ +``` ### 3- Install packages