Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 278 Bytes

INSTALLATION_GUIDE.md

File metadata and controls

26 lines (17 loc) · 278 Bytes

Installation

Prerequisites

  • Maven
  • Java JDK 17

Instructions

Clone repository:

git clone [email protected]:creme332/polydraw.git

Navigate to the root directory of the project:

cd polydraw

Install dependencies:

mvn clean install