- Download entire project folder from GitHub.
- Open the project folder in an environment (such as an IDE or terminal) where you can create files and run a .java file.
- Create a launch.json file that launches the file Main.java using the following configuration:
{ "type": "java", "name": "Main", "request": "launch", "mainClass": "UI.MainPage.Main", "vmArgs": "--module-path '<path to your local javafx lib folder>' --add-modules javafx.controls,javafx.fxml" }, { "type": "java", "name": "Server", "request": "launch", "mainClass": "server.Server", "vmArgs": "--module-path '<path to your local javafx lib folder>' --add-modules javafx.controls,javafx.fxml" }
- Run Server.java
- Run Main.java
- Enjoy PantryPal!
-
Notifications
You must be signed in to change notification settings - Fork 0
ucsd-cse110-fa23/cse-110-project-team-21
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
cse-110-project-team-21 created by GitHub Classroom
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published