-
Notifications
You must be signed in to change notification settings - Fork 9
Running the Code
Paolo "Nusco" Perrotta edited this page Apr 24, 2026
·
4 revisions
To code Narjllos, you need:
-
Git
-
The Java JDK 25
-
Gradle 7 or later. On my Mac, I installed it via Homebrew:
brew install gradle
To get started with the source code:
-
The source code is on GitHub. Clone it.
-
You can generate project files for Eclipse with gradle eclipse, or for IntelliJ Idea with gradle idea.
-
Run the tests:
gradle test -
Run the program itself:
gradle narjillos -
Look at the current backlog with gradle backlog. (Also, gradle bl. If you're feeling really terse, g bl).
-
Use gradle tasks to see a few additional tasks. Tasks that require additional arguments are easier to run via the g script. For example:
g dnabrowser --random
If you ever get stuck or have any questions, just contact me on GitHub, or open an issue.
Return to the home page.