Algo implementation stuff
Before you begin, ensure you have met the following requirements:
- 📦 You have installed the latest version of Java Development Kit (JDK), Follow this Guide to install.
- 📦 You have installed the latest version of Apache Maven
Follow these steps to get the app running on your local machine:
- 📂 Clone the repository:
git clone https://github.com/your-username/nova.git
- 🚶♂️ Navigate to the project directory:
cd nova
- ⬇️ Install dependencies
./devtools npm i
- 🚧 Run app in Dev mode for Hot-Reloading
node ./devtools
- 🎉 Run the app using the following command:
mvn clean javafx:run
That's it! The Nova app should now be running on your machine.