update readme

This commit is contained in:
amar
2023-05-30 06:37:24 +00:00
parent b1df2b1ce7
commit 1f77db8472

View File

@@ -6,10 +6,9 @@
``` ```
cd devnet/PROJECT/fastprod_frontend cd devnet/PROJECT/fastprod_frontend
#create a .env file and add your localhost api server ip address : #create a .env file and add your localhost api server ip address in API_URL env variable :
API_URL=http://localhost:5000 API_URL=http://localhost:5000
bash
# install dependencies # install dependencies
$ npm install $ npm install