📝 update README

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-05-02 17:24:08 +02:00
parent baf4cf8292
commit a5aa87366c
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -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. 👉 **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 ## 🤸 Quick Start
@ -59,7 +59,9 @@ cd frontend && npm i
**Running the project locally** **Running the project locally**
```bash ```bash
cd backend cd frontend
npm run dev
cd ../backend
docker compose -f docker-compose.dev.yml up -d docker compose -f docker-compose.dev.yml up -d
``` ```