Skip to content
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:

  1. The source code is on GitHub. Clone it.

  2. You can generate project files for Eclipse with gradle eclipse, or for IntelliJ Idea with gradle idea.

  3. Run the tests:

     gradle test
    
  4. Run the program itself:

     gradle narjillos
    
  5. Look at the current backlog with gradle backlog. (Also, gradle bl. If you're feeling really terse, g bl).

  6. 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.

Clone this wiki locally