(I use a Raspberry Pi 2b+)
Install Raspbian Light
sudo apt-get update
sudo apt-get dist-upgrade
curl -sL https://deb.nodesource.com/setup_17.x | sudo bash -
sudo apt install nodejs
node -v
sudo apt install git
git --version
git clone https://github.com/i3games/gm.git
cd gm
npm install
node main.js