Jangul is a jvm based implementation of Pangul backend.
In order to build & run Jangul you just need to have JDK 11+ setup on your machine (Self contained docker image will come soon though!).
Run the following command to start the server:
Any OS except windows:
./mvnw spring-boot:run
Windows:
mvnw.cmd spring-boot:run