From fea174c48d678ff9ba603d5d64cb9180bedc9f0c Mon Sep 17 00:00:00 2001 From: nxglabs Date: Thu, 20 Jun 2024 15:34:13 +0530 Subject: [PATCH] docs: update instructions to run frontend locally in dev mode --- apps/OpenSign/.env.frontend_dev | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 apps/OpenSign/.env.frontend_dev diff --git a/apps/OpenSign/.env.frontend_dev b/apps/OpenSign/.env.frontend_dev deleted file mode 100644 index c8f942ed0..000000000 --- a/apps/OpenSign/.env.frontend_dev +++ /dev/null @@ -1,12 +0,0 @@ -# Clone the repo and rename this file to .env if you want to run the frontend react app locally for some quick contributions to the project. -# When used as it is, this env config will connect to our hosted UAT backend -# Note that any data in staging will get cleared from time to time and you may have to sign up again and again - -# Set it to the URL form where the app home page will be accessed -PUBLIC_URL=http://localhost:3000 -# Set it to true if you want to generate the Sourcemap for debugging -GENERATE_SOURCEMAP=false -# Set it to the URL from where APIs will be accessible, for local development it should be localhost:3000/api/app (use your local port number instead) -REACT_APP_SERVERURL=https://staging-app.opensignlabs.com/api/app -# A 12 character long random app identifier. The value of this should be same as APP_ID which is a variable used by backend API. -REACT_APP_APPID=opensign