### Install Node.js Version Source: https://github.com/ni/csharp-blazor-user-interface-for-teststand/blob/main/CONTRIBUTING.md Verify the installed Node.js version. Ensure it is 24 or later. ```bash node --version ``` -------------------------------- ### Verify .NET SDK Installation Source: https://github.com/ni/csharp-blazor-user-interface-for-teststand/blob/main/CONTRIBUTING.md Check the installed .NET SDK version to ensure it meets the project requirements. ```bash dotnet --info ``` -------------------------------- ### Install Electron Dependencies Source: https://github.com/ni/csharp-blazor-user-interface-for-teststand/blob/main/CONTRIBUTING.md Install all the necessary Node.js dependencies for the Electron application. ```bash npm install ``` -------------------------------- ### Install npm Version Source: https://github.com/ni/csharp-blazor-user-interface-for-teststand/blob/main/CONTRIBUTING.md Verify the installed npm version. Ensure it is 10 or later. ```bash npm --version ``` -------------------------------- ### Run Application in Development Mode Source: https://github.com/ni/csharp-blazor-user-interface-for-teststand/blob/main/CONTRIBUTING.md Start the TestStand Blazor UI application in development mode using npm. ```bash npm run start:dev ``` -------------------------------- ### Navigate to Electron Directory Source: https://github.com/ni/csharp-blazor-user-interface-for-teststand/blob/main/CONTRIBUTING.md Change the current directory to the 'electron' folder within the project. ```bash cd electron ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.