If you do not have it yet, install the latest Node.js version from: https://nodejs.org/en/download/prebuilt-installer
Install Yarn using Command Prompt or Powershell. Run the following command: npm install --global yarn For further information, revise the documentation in: https://classic.yarnpkg.com/en/docs/install#windows-stable
Run Powershell as Administrator or Command Prompt and go to C:\Windows\system32\ (be careful please). Run the command: Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted Then, type Y for yes.
Go to the project and run the following command on the terminal: yarn install
IMPORTANT: If you get the error "The engine "node" is incompatible with this module",
is because you will require Node.js to be version 22.0.0 or above to be able to use the
module @angular/animations@18.2.3. To solve this:
a. Install Node Version Manager from https://github.com/coreybutler/nvm-windows/releases.
Go to Assets, install nvm-setup.exe and execute the installer.
b. On Command Prompt or Powershell, run the command nvm install 22. Then run the command
nvm use 22.
Go to the project terminal and type the following command: yarn start
Lastly, open your browser of choice with: http://localhost:4200/
DONE
Clone the RUMBus-Dashboard repo into your IDE of choice (i.e VS Code)
Install Homebrew by running the following instruction on Terminal: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
If you do not have it yet, install the latest Node.js version in your Terminal. You may find the commands to install it from: https://nodejs.org/en/download/package-manager
Install Yarn by running: brew install yarn
Go to where the project is located on your device and install NPM by running: yarn install
Once installed, start Yarn by running: yarn start
Finally, open your browser of choice with: http://localhost:4200/
DONE
a. Git pull
b. Run "yarn install", then "yarn start" on your terminal
c. Go to http://localhost:4200/
docker-compose -f docker-compose.prod.yml up --build shows in http://localhost
docker-compose -f docker-compose.dev.yml up --build shows no connection or "Connection has reset"
How to run the Local Backend (Currently empty):