From a5aa87366c2f50c2455cbe68a647e3add2895f80 Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Thu, 2 May 2024 17:24:08 +0200 Subject: [PATCH] :memo: update README Signed-off-by: Sindre Kjelsrud --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7d2d88e..3f35947 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,9 @@ As a part of this project we needed to scrape questions and answers from [Studen 👉 **Accessibility:** Ensure access & usability for all users. -👉 **Bug Reporting:** Simplify reporting for prompt issue resolution. +👉 **Bug Reporting:** Respondents can report a bug if they found one. -👉 **Evaluation of Three Custom Criteria:** Enable customized item evaluation for informed decision-making. +👉 **Evaluation of survey:** Respondents can evaluate survey if wanted. ## 🤸 Quick Start @@ -59,7 +59,9 @@ cd frontend && npm i **Running the project locally** ```bash -cd backend +cd frontend +npm run dev +cd ../backend docker compose -f docker-compose.dev.yml up -d ```