TypeScript Asteroids, based Doug McInnes's original JavaScript-based HTML5 Asteroids (original source).
$ npm install
$ npx vite dev
# ... then browse to the printed localhost url
$ git pull
$ git tag -l # observe the next available tag
$ tag=next_tag_here
$ git tag ${tag}
$ git push origin ${tag}