cse-110-project-team-11 created by GitHub Classroom
Our project's Github repo here.
To get started with the project, follow these steps:
- Clone the repository:
- Open the project on Visual Studio Code
To run the app in Visual Studio Code, follow these steps:
- Launch the Server:
- Run the App:
Depends on if you are Mac
or Window
, choose either App_mac
or App_win
Here's what you should see when you run the app:
When you see following lines in terminal after launching App_mac
or App_win
:
Graphics Device initialization failed for : es2, sw
Error initializing QuantumRenderer: no suitable pipeline found
- Download JavaFX here.
- Replace the current lib with the JavaFX
lib
directory that you just downloaded.
If you find this error from terminal when creating recipe
java.io.FileNotFoundException: src/main/resources/recipe.txt (No such file or directory)
Simply add a resources
folder under main.
Expected Format:
cse-110-project-team-11 © 2023