To use any StarGate component (except Arduino libraries), you need machine with Node.js installed on it (version 18.17.0 or later). It can be laptop, PC, Raspberry Pi or similar. Basically anything able to run Node.js. If you don't have Node.js already, install it first. Below are some helpful links
In Windows, you can install and start any component by double clicking
install.bat and
start.bat scripts located in component root directory. You may need to confirm warning prompt on first use (
here is some help on that)
In other systems (or if you prefer using terminal):
Open LocalServer directory in terminal and run command
npm install
Wait until installation completes and run
npm run start