fixed readme for proper local install

This commit is contained in:
Marcel Pöppe
2024-10-11 23:28:27 +02:00
parent 218d15ff51
commit f9669e0989
+5
View File
@@ -32,6 +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
``` ```