-
Notifications
You must be signed in to change notification settings - Fork 28
Dev's Guide: Setting up IDE
Ashar Fuadi edited this page Apr 12, 2025
·
6 revisions
This section explains how to set up IDE for local Judgels development.
The codebase has been tested to be developed in the following IDEs:
You can develop full-stack on VS Code. See Setting up IDE - VS Code for more details.
Alternatively, you can also:
- develop only the client (
judgels-client/) on VS Code, and - develop only the backends (server and grader) (
judgels-backends/) on IntelliJ IDEA. See Setting up IDE ‐ IntelliJ IDEA for more details.