From b1df2b1ce772112c16c13ed24f2a44d910bdf4ea Mon Sep 17 00:00:00 2001 From: amar Date: Tue, 30 May 2023 06:35:57 +0000 Subject: [PATCH] update readme --- PROJECT/fastprod_frontend/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/PROJECT/fastprod_frontend/README.md b/PROJECT/fastprod_frontend/README.md index 71e970b..7b9373b 100644 --- a/PROJECT/fastprod_frontend/README.md +++ b/PROJECT/fastprod_frontend/README.md @@ -1,8 +1,15 @@ # fastprod_frontend + ## Build Setup -```bash +``` +cd devnet/PROJECT/fastprod_frontend + +#create a .env file and add your localhost api server ip address : +API_URL=http://localhost:5000 + +bash # install dependencies $ npm install