From b8745754914498ce7e89e0d41f7893d7aa8acaca Mon Sep 17 00:00:00 2001 From: Neos <163414003+torineos@users.noreply.github.com> Date: Fri, 27 Jun 2025 14:29:02 +0200 Subject: [PATCH] CONTRIBUTING.md: Fix small typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 44babe64..c7597f99 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,7 +45,7 @@ Akvorado, then use `docker compose up` to run Docker compose. Beware to not destroy the volume for GeoIP at each tentative as there is a per-day limit on the number of times one IP can fetch the GeoIP database. -If you need to work on the frontend part, you can spawn the Docker compsoe +If you need to work on the frontend part, you can spawn the Docker compose setup, then in `console/frontend`, use `npm run dev` and point your browser to `http://localhost:5173` instead of `http://localhost:8080`. Any change of frontend-related files should be applied immediately.