Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 779 Bytes

DeveloperGuide.md

File metadata and controls

29 lines (18 loc) · 779 Bytes

Developer Guide

Setting up

Prerequisites

  1. JDK 8 or later
  2. Eclipse IDE
  3. e(fx)clipse plugin for Eclipse (Do the steps 2 onwards given in this page)

Importing the project into Eclipse

  1. Fork this repo, and clone the fork to your computer
  2. Open Eclipse (Note: Ensure you have installed the e(fx)clipse plugin as given in the prerequisites above)
  3. Click File > Import
  4. Click General > Existing Projects into Workspace > Next
  5. Click Browse, then locate the project's directory
  6. Click Finish

Design

Testing

  • In Eclipse, right-click on the test/java folder and choose Run as > JUnit Test