Skip to content

Implementation

april-e1 edited this page Nov 19, 2024 · 2 revisions

How to Run

  • Launch Visual Studio Code and verify Java and Maven installation by running the following commands in the terminal:

java -version

mvn -version

Setup Requirements

  • Install Visual Studio Code and the Java Development Kit (JDK).
  • Ensure that Maven is installed to build the project.
  • Verify Java and Maven installation: java -version, mvn -version.
  • Ensure access to GitHub repository: https://github.com/Plyrex/Comp3607_Project.git
  • Ensure sufficient storage to handle zipped student submissions and generated reports.

Clone this wiki locally