Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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:

VS Code

You can develop full-stack on VS Code. See Setting up IDE - VS Code for more details.

IntelliJ IDEA

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.

Clone this wiki locally