Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 974 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 974 Bytes

🚀 Nova App

Algo implementation stuff

📋 Prerequisites

Before you begin, ensure you have met the following requirements:

🚀 Getting Started

Follow these steps to get the app running on your local machine:

  1. 📂 Clone the repository:
git clone https://github.com/your-username/nova.git
  1. 🚶‍♂️ Navigate to the project directory:
cd nova
  1. ⬇️ Install dependencies
./devtools npm i
  1. 🚧 Run app in Dev mode for Hot-Reloading
node ./devtools
  1. 🎉 Run the app using the following command:
mvn clean javafx:run

That's it! The Nova app should now be running on your machine.