Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TG-9 Add node instructions to readme #11

Merged
merged 1 commit into from
Nov 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading