Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 812 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 812 Bytes

CSE360 Project (Group 48)

Pizza Tracker App

CircleCI


Usage

Prerequisites

Setup

Set the working directory to the app folder.

cd app

Build and Run

Automatically installs dependencies, compiles, and runs the application.

mvn clean javafx:run

Build to JAR

Creates a JAR file in the app/target/ directory.

mvn clean package

CSE 360 Project by Group 48