NodeJs is required. I used the package serve
to run it in the browser through a node server.
git clone https://github.com/fariasmateuss/star-race.git
npm install && serve -D
and
npx serve .
or
./node_modules/.bin/serve .
Open the game on localhost or your network address.