Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 558 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 558 Bytes

Chalmers Wellness

Prerequisites

  1. Install Maven
  2. (Optional) Install Git

Run the program

Using git

  1. Open a terminal and navigate to the folder where you want to store the project.
  2. Run git clone https://github.com/ArashAmiry/ChalmersWellness.git
  3. Navigate to the project root folder.
  4. Run mvn clean javafx:run

Manually

  1. Download project zip.
  2. Extract project.
  3. Open a terminal and navigate to project root folder.
  4. Run mvn clean javafx:run