Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 926 Bytes

File metadata and controls

43 lines (25 loc) · 926 Bytes

Title

|| Description about the Project ||

Team Ownership - Product Owner

Team Ownership - Product Owner

Getting Started

Required for running this:

  1. Download and install Java 24 (Azul)
  2. Download and install Apache Maven 3.9.11 or later
  3. Download and install Git

Building and Running

Follow the steps below to build and run Komet on your local machine:

  1. Clone the repository from GitHub to your local machine

  2. Change local directory to cloned repo location

  3. Enter the following command to build the application:

Unix/Linux/OSX:

./mvnw clean install

Windows:

./mvnw.cmd clean install

Issues and Contributions

Technical and non-technical issues can be reported to the Issue Tracker.

Contributions can be submitted via pull requests. Please check the contribution guide for more details.