Updated Readme file and fixed minor bugs #58

Closed
SinusFox wants to merge 10 commits from Documentation into main
Showing only changes of commit 106ef796d6 - Show all commits
+5 -1
View File
@@ -32,7 +32,11 @@ git clone https://github.com/Spaceholder-Programming/Operations-Research-Tool.gi
Navigate towards the folder, where the project is located on your machine via terminal. Navigate towards the folder, where the project is located on your machine via terminal.
Afterwards, execute the following command: Afterwards, execute the following command:
```Bash
npm install
```
This installs the necessary dependencies.
Next execute:
```Bash ```Bash
npm build npm build
``` ```