Launch

To launch the application, download the code folder from the GitHub repository and execute the appropriate script for your operating system. These scripts will launch the project automatically

Download the Code Folder:

2

Download the code folder as a ZIP file or clone the repository to your machine

Run the Script for Your Operating System:

To run the application, navigate to the code folder inside the downloaded project folder. This folder contains the scripts required to build and launch the application.

For MacOS/Linux:

  • Navigate to the code folder in the terminal.

  • Execute the macLinuxProjectBuilder.sh script:

    chmod 777 macLinuxProjectBuilder.sh ./macLinuxProjectBuilder.sh

For Windows:

  • Double-click the windowsProjectBuilder.bat script

What Happens Next:

  • The script automatically builds the project and starts the application, enabling both the CLI and API server.

  • The terminal displays:

    Enter a command or the start node:

Last updated