VoidFill is a little game I wrote to learn some basic principles of 3D game design and development on ThreeJS and cannon-es. It also gave me an excuse to learn about asteroids and the asteroid belt.
Project setup:
npm install
Compile and hot-load for development:
npm run dev
Build for production:
npm run build
Wrap in a docker container serving the app with nginx (if you're into that sort of thing):
docker-compose build