Skip to content

Developers

XtoMHA96 edited this page Oct 15, 2023 · 5 revisions

Important

This project has been developed in a Windows environment and has not yet been tested on Linux or Mac systems.
Currently, we are experiencing issues in creating the compressed file for the Mac executable.

Running the Code using NodeJS

To execute the code using NodeJS, we've set up the process npm run node. This will run the code from the terminal, allowing you to test it and view the code's output.

Code Execution Options

There are different processes available to create the program executables:

  • npm run pkg-win -> Creates the executable for Windows.
  • npm run pkg-linux -> Creates the executable for Linux.
  • npm run pkg-mac -> Creates the executable for Mac. Note: Currently, it's not possible to create a compressed file for Mac in this project.
  • npm run pkg-all -> Creates the executable for both Windows and Linux. Since we are working in a Windows environment, a compressed file hasn't been generated for inclusion in the project.
Clone this wiki locally