First download the repo in a zip file and extract it.
Open the extracted file in the terminal.
To compile the program use "./comp.bat" in windows or "./comp.sh" in linux. To run the program use "./run.bat" in windows or "./run.sh" in linux.
Note: On Linux systems, before compiling and running, run the command: chmod u+x *.sh to ensure you can execute the .sh files.