# Getting started ## Visual Studio 2022 ### Requirements - node.js workload - .net desktop workload ### Setup Solution Explorer > Server > npm > install npm Packages ### Build 1. Solution Explorer > Launcher > Publish 2. Solution Explorer > Server > build ## Visual Studio Code ### Requirements - visual studio code - dotnet 6.0 sdk - nodejs 14.0.0 or newer - npm ### Setup Terminal > Run Task > setup: server ### Build Terminal > Run Build Task