docs: explain more how to develop on the frontend

This commit is contained in:
Vincent Bernat
2025-08-19 20:30:05 +02:00
parent 28115d7759
commit 548bbbfca1

View File

@@ -55,7 +55,12 @@ 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 compose 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 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 `http://localhost:5173` instead of `http://localhost:8080`. Any change of
frontend-related files should be applied immediately. frontend-related files should be applied immediately. You still need to run a
local version of the console service:
```console
$ make && AKVORADO_CFG_CONSOLE_SERVELIVEFS=true ./bin/akvorado console /dev/null
```
# Licensing # Licensing