Skip to content

Commit

Permalink
docs: update DEVELOPING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson authored Sep 24, 2023
1 parent 364df50 commit ceef94a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Thanks a lot for contributing to Komga!

You will need:

- Java JDK version 17+
- Java JDK version 17 & 19
- Nodejs version 16+

## Setting up the project
Expand All @@ -19,9 +19,10 @@ Komga's commit messages follow the [Conventional Commits](https://www.convention

## Project organization

Komga is composed of 2 projects:
Komga is composed of 3 projects:
- `komga`: a Spring Boot backend server that hosts the APIs, but also serves the static assets of the frontend.
- `komga-webui`: a VueJS frontend, built at compile time and served by the backend at runtime.
- `komga-tray`: a thin desktop wrapper that displays a tray-icon

## Backend development

Expand Down

0 comments on commit ceef94a

Please sign in to comment.