From 1507d36e69124519ee82b3e05ed83b7353cdb89c Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Thu, 30 Jan 2020 21:24:41 +0100 Subject: [PATCH] add info about .env --- ffplayout/frontend/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ffplayout/frontend/README.md b/ffplayout/frontend/README.md index 9d815d66..39b3a48d 100644 --- a/ffplayout/frontend/README.md +++ b/ffplayout/frontend/README.md @@ -4,6 +4,11 @@ ## Build Setup +create `.env`file with `API_URL`, for example: +``` +API_URL="http://localhost:8000" +``` + ``` bash # install dependencies $ npm run install