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