TODO
Architecture Team
Required for running this:
- Download and install Open JDK Java 19
Follow the steps below to build and run Komet on your local machine:
-
Clone the repository from GitHub to your local machine
-
Change local directory to cloned repo location
-
Enter the following command to build the application:
Unix/Linux/OSX:
./mvnw clean install
Windows:
./mvnw.cmd clean install
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.