Question about setting up local development environment #1801
Unanswered
sidney-eliot
asked this question in
Q&A
Replies: 1 comment
-
hi, can you maybe provide some logs of the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would be interested in contributing to Komga, but I'm having some issues with getting Gradle set up locally. For some context, I have little to none experience with the frameworks Komga uses, but do have dev experience with other frameworks.
I closely followed the DEVELOPING.md file, and the things I did so far are:
What I've also figured out is that to run the UI one uses "npm run serve" from within the "komga-webui" folder and in a separate terminal runs the above-mentioned commands, to supply the frontend with a backend. Komga is then available at "localhost:8081" with the login of U=[email protected], P=admin.
What I haven't figured out how to run yet, is "jooq-codegen-primary", which might very likely be the cause of my issues.
I would appreciate a tip on what I'm doing wrong here, it's probably something obvious I'm overlooking.
Beta Was this translation helpful? Give feedback.
All reactions