From 985f04ff50e9125868b0167de22b15a41294e8ae Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 24 May 2023 11:25:52 +0800 Subject: [PATCH] docs: update development documentation for port change --- DEVELOPING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPING.md b/DEVELOPING.md index 354fe1f8..b6204162 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -6,7 +6,7 @@ Thanks a lot for contributing to Komga! You will need: -- Java JDK version 8+ +- Java JDK version 17+ - Nodejs version 16+ ## Setting up the project @@ -60,7 +60,7 @@ SET SPRING_PROFILES_ACTIVE=dev ## Frontend development -You can run a live development server with `npm run serve` from `/komga-webui`. The dev server will override the URL to connect to `localhost:8080`, so you can also run `gradle bootRun` to have a backend running, serving the API requests. The frontend will be loaded from `localhost:8081`. +You can run a live development server with `npm run serve` from `/komga-webui`. The dev server will override the URL to connect to `localhost:25600`, so you can also run `gradle bootRun` to have a backend running, serving the API requests. The frontend will be loaded from `localhost:8081`. Make sure you start the backend with the `dev` profile, else the frontend requests will be denied because of CORS.