Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1 KB

CONTRIBUTING.md

File metadata and controls

34 lines (22 loc) · 1 KB

Contributing Guidelines

Development

Prerequisites

Setup

  1. Clone the repository

    git clone https://github.com/punitarani/cse360-project.git
  2. Open the project

Build and Run

Use Maven IntelliJ IDEA plugin or VS Code extension to build and run the Project.

Maven -> Plugins -> javafx -> javafx:run

Command line instructions are provided for reference:

  • Build: mvn clean package
  • Run: mvn clean javafx:run