From 2d8d6c20387ed69f3491430914525a52305ac2e0 Mon Sep 17 00:00:00 2001 From: Basavaraja V <32273986+royaldevops@users.noreply.github.com> Date: Wed, 28 Dec 2022 21:45:16 +0530 Subject: [PATCH] Corrected List Value for the local deployment --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 47540cab..22e547d7 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,12 @@ Development configuration is in `config/constants/development.js` npm install ``` -1. copy the environment file in docs/dev.env to /.env +2. copy the environment file in docs/dev.env to /.env -1. If you are using local instances of the API's, change the DEV_API_HOSTNAME in configs/constants/development.js to match your local api endpoint. +3. If you are using local instances of the API's, change the DEV_API_HOSTNAME in configs/constants/development.js to match your local api endpoint. - For example change it to 'http://localhost:3000/', -1. Run the app in development mode +4. Run the app in development mode ```bash npm run dev