Skip to content

Commit

Permalink
Merge pull request #11 from Cecropia/TG-9-AddNodeInstructionsToReadme
Browse files Browse the repository at this point in the history
TG-9 Add node instructions to readme
  • Loading branch information
cvillarongace authored Nov 1, 2024
2 parents 3f4590c + 6d3948b commit 18f90f5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ This application can be run on macOS; however, its development is limited to com
For full development capabilities, it is recommended to use Visual Studio on Windows.

---
# Prerequisites
1. [Visual Studio](https://visualstudio.microsoft.com/)
1. Node
1. Download NVM installer for node version managment from [repository](https://github.com/coreybutler/nvm-windows/releases)
1. Open a new Powershell terminal and run `nvm install lts`
1. At the end of the command run an instruction like `nvm use version` will be prompted execute it
1. close current Powershell terminal and open a new one and verify node version with `node -v` it should output a node version


# Environment Setup
1. Install [Docker](https://www.docker.com/products/docker-desktop/)
Expand Down

0 comments on commit 18f90f5

Please sign in to comment.