From ad2fc324d14d11ec8901aef0c33f8a1d0368ab24 Mon Sep 17 00:00:00 2001
From: Aymeric Chaumont <aymeric.chaumont@student-cs.fr>
Date: Thu, 21 Jul 2022 09:26:16 +0200
Subject: [PATCH] added template instructions in README

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 0d8fbf2..db9ebef 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
 ==========
 # Run the server-side FastAPI app
 ## In development mode
+Using the template files, you first need to create backend/.env and backend/cameras.py.
 You can start a virtual environment with the following instructions.
 
 ```sh
@@ -34,6 +35,8 @@ Run the server, `docker-compose up -d`
 
 # Run the client-side React app in a different terminal window:
 
+Using the template file, you first need to create frontend/.env.
+
 ```sh
 $ cd frontend
 $ npm install
-- 
GitLab