From a9afd84787b3a2a274951cd275673b29b61625f7 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 8 Mar 2023 23:42:50 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 29e911f..bc358bb 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ To start frontend 1. Navigate to `/frontend` folder 2. Install dependencies `npm install` +3. In the file `.env.development` instead of `VITE_API_HOST = https://docsapi.arc53.com` use `VITE_API_HOST=http://localhost:5001` 3. Run the app 4. `npm run dev`