From 83776dddf3e646e4c4574cda9090b151cbd73a65 Mon Sep 17 00:00:00 2001 From: mildred Date: Thu, 28 Mar 2024 23:32:12 +0100 Subject: [PATCH] Add set up env constant --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0cba968..72a7111 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ To clone the repository and install the project dependencies, follow these steps 3. Run `git clone https://gitea.pangea.org/trustchain-oc1-orchestral/IdHub_E2E_testing.git` to clone the repository. 4. Navigate into the project directory using `cd idHub_testing`. 5. Install playwright using `npm install -g playwright` -- Install project dependencies: `npm install` -- Set up environment variables: [TODO] +6. Install project dependencies: `npm install` +7. Set-up the **URL_IDHUB** value in the file **env_constants.ts** in the directory src/constants.ts, to point to the appropiate IdHub instance. ## Usage