From e7049632ab26d4e64976fed4f8fe6b3c11fc5b67 Mon Sep 17 00:00:00 2001 From: Sabrina Demagny Date: Tue, 19 Mar 2024 17:58:14 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(frontend)=20add=20missing=20info?= =?UTF-8?q?=20in=20the=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add missing info about how to run front and accesses --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 7ba2b6b..b9dc1ec 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,22 @@ You first need to create a superuser account: $ make superuser ``` +### Run frontend + +Run the front with: + +```bash +$ make run-front-desk +``` + +Then access at +[http://localhost:3000](http://localhost:3000) + +user: people + +password: people + + ## Contributing This project is intended to be community-driven, so please, do not hesitate to